diff options
Diffstat (limited to 'core/dictionary.h')
-rw-r--r-- | core/dictionary.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/core/dictionary.h b/core/dictionary.h index d3b98c2f63..b77cc55254 100644 --- a/core/dictionary.h +++ b/core/dictionary.h @@ -58,6 +58,7 @@ public: Variant *getptr(const Variant &p_key); Variant get_valid(const Variant &p_key) const; + Variant get(const Variant &p_key, const Variant &p_default) const; int size() const; bool empty() const; |