1
0
mirror of https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git synced 2026-07-30 11:05:50 +00:00

Fixed forward declaration of enums, made volumes with negative ID

directly unselectable.
This commit is contained in:
bubnikv
2018-11-13 18:44:30 +01:00
parent 03875e7d71
commit 88445f98f0
3 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -18,7 +18,7 @@ class Print;
class PrintObject;
class SLAPrint;
class SLAPrintObject;
enum SLAPrintObjectStep;
enum SLAPrintObjectStep : unsigned int;
class Model;
class ModelObject;
class GCodePreviewData;