aboutsummaryrefslogtreecommitdiff
path: root/scene/resources/theme.cpp
diff options
context:
space:
mode:
authorHubert Jarosz2016-05-21 15:29:25 +0200
committerHubert Jarosz2016-05-21 15:29:25 +0200
commit33403d91f77f1f34b19bff763391500bc9c2616c (patch)
tree67b2f4f4f1d69b198af548a7358b98904d9581ae /scene/resources/theme.cpp
parentb0a5347a1ceaff56e88d33fb13df2a91abae594f (diff)
downloadgodot-33403d91f77f1f34b19bff763391500bc9c2616c.tar.gz
godot-33403d91f77f1f34b19bff763391500bc9c2616c.tar.zst
godot-33403d91f77f1f34b19bff763391500bc9c2616c.zip
Diffstat (limited to 'scene/resources/theme.cpp')
-rw-r--r--scene/resources/theme.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/scene/resources/theme.cpp b/scene/resources/theme.cpp
index 20405a57b..8d0aedbf9 100644
--- a/scene/resources/theme.cpp
+++ b/scene/resources/theme.cpp
@@ -374,7 +374,7 @@ void Theme::get_stylebox_types(List<StringName> *p_list) const {
const StringName *key=NULL;
while((key=style_map.next(key))) {
p_list->push_back(*key);
- }
+ }
}
void Theme::set_font(const StringName& p_name,const StringName& p_type,const Ref<Font>& p_font) {