summaryrefslogtreecommitdiff
path: root/editor/plugins/font_editor_plugin.h
diff options
context:
space:
mode:
Diffstat (limited to 'editor/plugins/font_editor_plugin.h')
-rw-r--r--editor/plugins/font_editor_plugin.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/editor/plugins/font_editor_plugin.h b/editor/plugins/font_editor_plugin.h
index 736137121a..ef3c8efccf 100644
--- a/editor/plugins/font_editor_plugin.h
+++ b/editor/plugins/font_editor_plugin.h
@@ -31,11 +31,12 @@
#ifndef FONT_EDITOR_PLUGIN_H
#define FONT_EDITOR_PLUGIN_H
-#include "editor/editor_node.h"
#include "editor/editor_plugin.h"
#include "scene/resources/font.h"
#include "scene/resources/text_line.h"
+class EditorNode;
+
class FontDataPreview : public Control {
GDCLASS(FontDataPreview, Control);