[storage] Fixed a warning.

This commit is contained in:
Maxim Pimenov 2019-02-14 17:51:49 +03:00 committed by Vlad Mihaylenko
parent 11333327f5
commit 6e096f6106

View file

@ -33,6 +33,5 @@ private:
MapOptions m_init;
MapOptions m_left;
MapOptions m_current;
bool m_isFrozen = false;
};
} // namespace storage