mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-11 00:37:51 -06:00
Fixed OSX compilation bug
This commit is contained in:
parent
5f9d36e5b0
commit
fcf41c7eb8
3 changed files with 3 additions and 3 deletions
|
@ -911,7 +911,7 @@ public:
|
|||
PrusaModeSizer( wxWindow *parent);
|
||||
~PrusaModeSizer() {}
|
||||
|
||||
void SetMode(const Slic3r::ConfigOptionMode& mode);
|
||||
void SetMode(const /*ConfigOptionMode*/int mode);
|
||||
|
||||
private:
|
||||
std::vector<PrusaModeButton*> mode_btns;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue