Skip to content

Commit dffbbf0

Browse files
committed
Fix incorrect forward-declaration
CURA-12361
1 parent 97b1ed0 commit dffbbf0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/LayerPlanBuffer.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ namespace cura
1818
class LayerPlan;
1919
class ExtruderPlan;
2020
class GCodeExport;
21-
class LayerIndex;
21+
struct LayerIndex;
2222

2323
/*!
2424
* Class for buffering multiple layer plans (\ref LayerPlan) / extruder plans within those layer plans, so that temperature commands can be inserted in earlier layer plans.

0 commit comments

Comments
 (0)