diff options
| author | Rémi Verschelde <remi@verschelde.fr> | 2022-02-14 16:40:40 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-02-14 16:40:40 +0100 |
| commit | f810f76890f23843f3895262fe2f88a7d5d3c3f3 (patch) | |
| tree | cc47e48e0e378357dc4d82822a0d8c415990df1e /editor/plugins/font_editor_plugin.cpp | |
| parent | cd6301ae255f7d4fc6f0c885ea1531b4574512e9 (diff) | |
| parent | 05b56f316ddc94c2bb55b62477ec3914fe81a220 (diff) | |
Merge pull request #57306 from trollodel/remove_editornode_param
Diffstat (limited to 'editor/plugins/font_editor_plugin.cpp')
| -rw-r--r-- | editor/plugins/font_editor_plugin.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editor/plugins/font_editor_plugin.cpp b/editor/plugins/font_editor_plugin.cpp index f7015608a1..e86b38fd0e 100644 --- a/editor/plugins/font_editor_plugin.cpp +++ b/editor/plugins/font_editor_plugin.cpp @@ -98,7 +98,7 @@ bool EditorInspectorPluginFont::parse_property(Object *p_object, const Variant:: /*************************************************************************/ -FontEditorPlugin::FontEditorPlugin(EditorNode *p_node) { +FontEditorPlugin::FontEditorPlugin() { Ref<EditorInspectorPluginFont> fd_plugin; fd_plugin.instantiate(); EditorInspector::add_inspector_plugin(fd_plugin); |