diff options
Diffstat (limited to 'core/core_string_names.h')
| -rw-r--r-- | core/core_string_names.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/core/core_string_names.h b/core/core_string_names.h index e2982acc1..8bda1f3f7 100644 --- a/core/core_string_names.h +++ b/core/core_string_names.h @@ -5,7 +5,7 @@ /* GODOT ENGINE */ /* http://www.godotengine.org */ /*************************************************************************/ -/* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ +/* Copyright (c) 2007-2015 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ /* a copy of this software and associated documentation files (the */ @@ -56,6 +56,7 @@ public: StringName _iter_init; StringName _iter_next; StringName _iter_get; + StringName get_rid; }; |
