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-05-02 10:54:18 +0300
committerYuSanka <yusanka@gmail.com>2019-05-02 10:54:18 +0300
commit88c9948c85a01474be7af47061931c9017e9a946 (patch)
treea73f3f2c8b56320ae425bff741d8f8beb791696d /src/slic3r/GUI/GUI_ObjectManipulation.hpp
parentb048669a3bf533ae0158ea9dd16bf6c6090165ea (diff)
Fixed typo
Diffstat (limited to 'src/slic3r/GUI/GUI_ObjectManipulation.hpp')
-rw-r--r--src/slic3r/GUI/GUI_ObjectManipulation.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/slic3r/GUI/GUI_ObjectManipulation.hpp b/src/slic3r/GUI/GUI_ObjectManipulation.hpp
index 1bff4e22f..f86cd6e56 100644
--- a/src/slic3r/GUI/GUI_ObjectManipulation.hpp
+++ b/src/slic3r/GUI/GUI_ObjectManipulation.hpp
@@ -111,7 +111,7 @@ public:
void emulate_kill_focus();
#endif // __APPLE__
- void update_warning_icon_state(/*const wxString& tooltip*/);
+ void update_warning_icon_state(const wxString& tooltip);
void msw_rescale();
private: