summaryrefslogtreecommitdiff
path: root/core/dictionary.h
diff options
context:
space:
mode:
Diffstat (limited to 'core/dictionary.h')
-rw-r--r--core/dictionary.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/core/dictionary.h b/core/dictionary.h
index c854e95ee6..ae79fab9c3 100644
--- a/core/dictionary.h
+++ b/core/dictionary.h
@@ -81,6 +81,7 @@ public:
const Variant* next(const Variant* p_key=NULL) const;
Array keys() const;
+ Array values() const;
Dictionary(const Dictionary& p_from);
Dictionary(bool p_shared=false);