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-06-29 13:38:03 +0300
committerYuSanka <yusanka@gmail.com>2019-06-29 13:38:03 +0300
commit125f474f02df8f5ec55af48c7e1917ca3506d0be (patch)
tree5356e0aadf9c498bb34feff722494c70584ac138 /src/slic3r/GUI/GUI_App.hpp
parent0b940ec0895cac520eea06c5e1582544a582c019 (diff)
parent61080bcff6221479c366ac53e0cc949d1b19cf22 (diff)
Merge remote-tracking branch 'origin/master' into ys_new_features
Diffstat (limited to 'src/slic3r/GUI/GUI_App.hpp')
-rw-r--r--src/slic3r/GUI/GUI_App.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/slic3r/GUI/GUI_App.hpp b/src/slic3r/GUI/GUI_App.hpp
index ee8a49d05..e69503ff8 100644
--- a/src/slic3r/GUI/GUI_App.hpp
+++ b/src/slic3r/GUI/GUI_App.hpp
@@ -95,6 +95,7 @@ public:
bool initialized() const { return m_initialized; }
GUI_App();
+ ~GUI_App();
static unsigned get_colour_approx_luma(const wxColour &colour);
static bool dark_mode();