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:
authorbubnikv <bubnikv@gmail.com>2019-05-06 19:28:37 +0300
committerbubnikv <bubnikv@gmail.com>2019-05-06 19:28:37 +0300
commit0d997447b42dfda7ef9b5c8c407de0e5b687eced (patch)
treeb12b015afa1f68f984343034b72f4f286c4a1f3d /src/slic3r/GUI/GUI_App.hpp
parentc9cd4818c7e8e15e48f1f88e6a29af9f1a2f5182 (diff)
parent1634cd1a3cb1e1a2a8ee44002873ce8c462d14cf (diff)
Merge branch 'master' of https://github.com/prusa3d/Slic3r
Diffstat (limited to 'src/slic3r/GUI/GUI_App.hpp')
-rw-r--r--src/slic3r/GUI/GUI_App.hpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/slic3r/GUI/GUI_App.hpp b/src/slic3r/GUI/GUI_App.hpp
index 5c2ead49c..716bb8fd0 100644
--- a/src/slic3r/GUI/GUI_App.hpp
+++ b/src/slic3r/GUI/GUI_App.hpp
@@ -178,6 +178,9 @@ private:
void window_pos_save(wxTopLevelWindow* window, const std::string &name);
void window_pos_restore(wxTopLevelWindow* window, const std::string &name, bool default_maximized = false);
void window_pos_sanitize(wxTopLevelWindow* window);
+#ifdef __WXMSW__
+ void associate_3mf_files();
+#endif // __WXMSW__
};
DECLARE_APP(GUI_App)