diff options
Diffstat (limited to 'core/dictionary.h')
-rw-r--r-- | core/dictionary.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/core/dictionary.h b/core/dictionary.h index eab7354cef..b68d3f5737 100644 --- a/core/dictionary.h +++ b/core/dictionary.h @@ -82,6 +82,8 @@ public: Dictionary duplicate(bool p_deep = false) const; + const void *id() const; + Dictionary(const Dictionary &p_from); Dictionary(); ~Dictionary(); |