1
0
mirror of https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git synced 2026-07-19 09:24:27 +00:00

Merge fixes

This commit is contained in:
bubnikv
2019-02-20 15:54:12 +01:00
parent 32ce0b91dc
commit 4e9372c58b
3 changed files with 10 additions and 9 deletions
+2
View File
@@ -49,6 +49,8 @@ struct ModelID
bool operator<=(const ModelID &rhs) const { return this->id <= rhs.id; }
bool operator>=(const ModelID &rhs) const { return this->id >= rhs.id; }
bool valid() const { return id != 0; }
size_t id;
};