diff options
Diffstat (limited to 'editor/editor_themes.h')
-rw-r--r-- | editor/editor_themes.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editor/editor_themes.h b/editor/editor_themes.h index 2ebefee6f3..8a652ba6f1 100644 --- a/editor/editor_themes.h +++ b/editor/editor_themes.h @@ -32,7 +32,7 @@ #include "scene/resources/theme.h" -Ref<Theme> create_editor_theme(); +Ref<Theme> create_editor_theme(Ref<Theme> p_theme = NULL); Ref<Theme> create_custom_theme(); |