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>2020-02-06 12:17:02 +0300
committerbubnikv <bubnikv@gmail.com>2020-02-06 12:17:22 +0300
commit34588f365d8814f3eab4df22ce2f3222d9fca385 (patch)
treebb2b91518ef6d68064d3cffeffadf5fd32428b88 /src/slic3r/GUI/MainFrame.hpp
parenta430ff546e9f06bd013a0f9a71908f1b7c76e839 (diff)
For the builds with a label assigned (no commit after the label),
show just the label in the application title. For Win32, add the " 32 bit" indicator, so that we may see clearly if somebody is running a 32bit build on 64bit windows by a mistake.
Diffstat (limited to 'src/slic3r/GUI/MainFrame.hpp')
-rw-r--r--src/slic3r/GUI/MainFrame.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/slic3r/GUI/MainFrame.hpp b/src/slic3r/GUI/MainFrame.hpp
index 3d4818eaf..a6d0749ab 100644
--- a/src/slic3r/GUI/MainFrame.hpp
+++ b/src/slic3r/GUI/MainFrame.hpp
@@ -96,7 +96,7 @@ protected:
public:
MainFrame();
- ~MainFrame();
+ ~MainFrame() = default;
Plater* plater() { return m_plater; }