Fix warning.

This commit is contained in:
Relintai 2024-07-16 23:40:00 +02:00
parent b2bda506de
commit 5991e9313a

View File

@ -37,7 +37,7 @@
class ToolBoutton; class ToolBoutton;
class GIProbe; class GIProbe;
class EditorNode; class EditorNode;
class EditorProgress; struct EditorProgress;
class GIProbeEditorPlugin : public EditorPlugin { class GIProbeEditorPlugin : public EditorPlugin {
GDCLASS(GIProbeEditorPlugin, EditorPlugin); GDCLASS(GIProbeEditorPlugin, EditorPlugin);