forked from organicmaps/organicmaps
Warning fix
This commit is contained in:
parent
e84d4a3ae9
commit
1c9a6b389e
1 changed files with 1 additions and 1 deletions
|
@ -18,8 +18,8 @@
|
|||
class MwmValue : public MwmSet::MwmValueBase
|
||||
{
|
||||
public:
|
||||
string m_name;
|
||||
FilesContainerR m_cont;
|
||||
string m_name;
|
||||
IndexFactory m_factory;
|
||||
|
||||
explicit MwmValue(string const & name);
|
||||
|
|
Loading…
Add table
Reference in a new issue