diff options
Diffstat (limited to 'editor/editor_themes.h')
| -rw-r--r-- | editor/editor_themes.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/editor/editor_themes.h b/editor/editor_themes.h index 2ebefee6f3..a644c5936f 100644 --- a/editor/editor_themes.h +++ b/editor/editor_themes.h @@ -3,7 +3,7 @@ /*************************************************************************/ /* This file is part of: */ /* GODOT ENGINE */ -/* http://www.godotengine.org */ +/* https://godotengine.org */ /*************************************************************************/ /* Copyright (c) 2007-2017 Juan Linietsky, Ariel Manzur. */ /* Copyright (c) 2014-2017 Godot Engine contributors (cf. AUTHORS.md) */ @@ -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(); |