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 12:18:37 +0300
committerYuSanka <yusanka@gmail.com>2019-02-21 12:18:37 +0300
commit882de2843e054bb05abf5f1fde138d5e673b58de (patch)
treeb931e7033be97580213cd49344e59530c093f5c2 /src/slic3r/GUI/Tab.hpp
parent5bc20401cdb15c7f08be2875ee8c844b71abada7 (diff)
parentc86a4f3ac6a5882b4da24fa0ee3b3e79a9af5053 (diff)
Merge branch 'master' of https://github.com/prusa3d/Slic3r
Diffstat (limited to 'src/slic3r/GUI/Tab.hpp')
-rw-r--r--src/slic3r/GUI/Tab.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/slic3r/GUI/Tab.hpp b/src/slic3r/GUI/Tab.hpp
index 602fe527e..135420edb 100644
--- a/src/slic3r/GUI/Tab.hpp
+++ b/src/slic3r/GUI/Tab.hpp
@@ -203,6 +203,7 @@ protected:
void set_type();
+ int m_em_unit;
std::set<std::string> m_dirty_options = {};
public: