Fixed typo
This commit is contained in:
parent
26fb87242b
commit
fad1f5e84f
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ namespace GUI {
|
||||||
|
|
||||||
enum class SLAGizmoEventType : unsigned char;
|
enum class SLAGizmoEventType : unsigned char;
|
||||||
class ClippingPlane;
|
class ClippingPlane;
|
||||||
class Camera;
|
struct Camera;
|
||||||
|
|
||||||
enum class PainterGizmoType {
|
enum class PainterGizmoType {
|
||||||
FDM_SUPPORTS,
|
FDM_SUPPORTS,
|
||||||
|
|
Loading…
Reference in a new issue