Fixed OSX-build

This commit is contained in:
YuSanka 2019-02-21 11:43:34 +01:00
parent 22a15e7e25
commit 3ccfe7f53e
2 changed files with 2 additions and 2 deletions

View file

@ -204,7 +204,7 @@ protected:
void set_type();
int m_em_unit;
std::set<std::string> m_dirty_options = {};
std::set<std::string> m_dirty_options;
public:
PresetBundle* m_preset_bundle;