1
0
mirror of https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git synced 2026-07-14 08:34:26 +00:00

Fixed OSX compilation bug

This commit is contained in:
YuSanka
2019-01-10 13:41:59 +01:00
parent 5f9d36e5b0
commit fcf41c7eb8
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -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;