mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-10 16:27:54 -06:00
Changed update_warning_icon_state() signature
(next try to fix OSX compilation)
This commit is contained in:
parent
7f37f82ad4
commit
b048669a3b
3 changed files with 6 additions and 5 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue