aboutsummaryrefslogtreecommitdiff
path: root/core/string_db.h
diff options
context:
space:
mode:
authorEmmanuel Leblond2017-09-05 18:07:13 +0200
committerEmmanuel Leblond2017-10-08 16:47:10 +0200
commitd17951f57efd64ff6f5fb58b96f73aa915232555 (patch)
treebc00e7681af710d1cf53a61d6a20a77c5cc88206 /core/string_db.h
parent7a58c0f9fb3c9124bb2a6e185be87c15dfee7218 (diff)
downloadgodot-d17951f57efd64ff6f5fb58b96f73aa915232555.tar.gz
godot-d17951f57efd64ff6f5fb58b96f73aa915232555.tar.zst
godot-d17951f57efd64ff6f5fb58b96f73aa915232555.zip
Diffstat (limited to 'core/string_db.h')
-rw-r--r--core/string_db.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/core/string_db.h b/core/string_db.h
index 2bef29fab..de91e2abd 100644
--- a/core/string_db.h
+++ b/core/string_db.h
@@ -113,6 +113,9 @@ public:
else
return 0;
}
+ _FORCE_INLINE_ const void *data_unique_pointer() const {
+ return (void *)_data;
+ }
bool operator!=(const StringName &p_name) const;
_FORCE_INLINE_ operator String() const {