summaryrefslogtreecommitdiff
path: root/tools/editor/editor_themes.h
diff options
context:
space:
mode:
Diffstat (limited to 'tools/editor/editor_themes.h')
-rw-r--r--tools/editor/editor_themes.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/editor/editor_themes.h b/tools/editor/editor_themes.h
index dbff8b3079..db49801600 100644
--- a/tools/editor/editor_themes.h
+++ b/tools/editor/editor_themes.h
@@ -31,8 +31,8 @@
#include "scene/resources/theme.h"
-Ref<Theme> create_default_theme();
-
Ref<Theme> create_editor_theme();
+Ref<Theme> create_custom_theme();
+
#endif