Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/supermerill/SuperSlicer.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYuSanka <yusanka@gmail.com>2019-02-21 13:43:34 +0300
committerYuSanka <yusanka@gmail.com>2019-02-21 13:44:01 +0300
commit3ccfe7f53e9fea7215f06a365f2cfc882691bcef (patch)
treedc04dff61810d3043fe91d2456186692b088fdbc /src/slic3r/GUI/Tab.hpp
parent22a15e7e25471d153d3054d71d87306a3d957935 (diff)
Fixed OSX-build
Diffstat (limited to 'src/slic3r/GUI/Tab.hpp')
-rw-r--r--src/slic3r/GUI/Tab.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/slic3r/GUI/Tab.hpp b/src/slic3r/GUI/Tab.hpp
index 135420edb..430caaf0e 100644
--- a/src/slic3r/GUI/Tab.hpp
+++ b/src/slic3r/GUI/Tab.hpp
@@ -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;