mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-17 02:22:17 +00:00
Changed update_warning_icon_state() signature
(next try to fix OSX compilation)
This commit is contained in:
@@ -2,7 +2,6 @@
|
||||
#define slic3r_GUI_ObjectManipulation_hpp_
|
||||
|
||||
#include <memory>
|
||||
#include <wx/wx.h>
|
||||
|
||||
#include "GUI_ObjectSettings.hpp"
|
||||
#include "GLCanvas3D.hpp"
|
||||
@@ -112,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:
|
||||
|
||||
Reference in New Issue
Block a user