Trying to fix a compilation issue on Linux / OSX
This commit is contained in:
parent
e2f91cacab
commit
8795f7dba8
1 changed files with 1 additions and 1 deletions
|
@ -962,7 +962,7 @@ private:
|
||||||
bool operator<(const TICK_CODE& other) const { return other.tick > this->tick; }
|
bool operator<(const TICK_CODE& other) const { return other.tick > this->tick; }
|
||||||
bool operator>(const TICK_CODE& other) const { return other.tick < this->tick; }
|
bool operator>(const TICK_CODE& other) const { return other.tick < this->tick; }
|
||||||
|
|
||||||
int tick;
|
int tick = 0;
|
||||||
std::string gcode = Slic3r::ColorChangeCode;
|
std::string gcode = Slic3r::ColorChangeCode;
|
||||||
int extruder = 0;
|
int extruder = 0;
|
||||||
std::string color;
|
std::string color;
|
||||||
|
|
Loading…
Reference in a new issue