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>2018-10-06 00:39:51 +0300
committerYuSanka <yusanka@gmail.com>2018-10-06 00:39:51 +0300
commit42fd6bc7b5aeca9644a259d1c5e8cf6b60a8e763 (patch)
treecf9b254c337640c3cb43a1d5ae6675dc68df32cb /src/slic3r/GUI/MainFrame.hpp
parentea30385fd0fe85b368c03ec3fb359bf8b75d36d0 (diff)
parent96745e12d764f957884032ddf24f64dcd3303d89 (diff)
Merge remote-tracking branch 'origin/dev_native' into ys_dev_native
Diffstat (limited to 'src/slic3r/GUI/MainFrame.hpp')
-rw-r--r--src/slic3r/GUI/MainFrame.hpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/slic3r/GUI/MainFrame.hpp b/src/slic3r/GUI/MainFrame.hpp
index 4063bd0c4..03b27a98b 100644
--- a/src/slic3r/GUI/MainFrame.hpp
+++ b/src/slic3r/GUI/MainFrame.hpp
@@ -9,6 +9,7 @@
#include <map>
#include "Plater.hpp"
+#include "Event.hpp"
class wxMenuBar;
class wxNotebook;
@@ -71,6 +72,7 @@ class MainFrame : public wxFrame
std::string get_base_name(const wxString full_name) const ;
std::string get_dir_name(const wxString full_name) const ;
+ void on_presets_changed(SimpleEvent&);
Tab* get_tab(const std::string& name);
public: