summaryrefslogtreecommitdiff
path: root/core/variant.h
diff options
context:
space:
mode:
Diffstat (limited to 'core/variant.h')
-rw-r--r--core/variant.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/core/variant.h b/core/variant.h
index d9b1a93376..85c7b92c0d 100644
--- a/core/variant.h
+++ b/core/variant.h
@@ -408,7 +408,8 @@ public:
//argsVariant call()
- bool operator==(const Variant& p_variant) const;
+ bool operator==(const Variant& p_variant) const;
+ bool operator<(const Variant& p_variant) const;
uint32_t hash() const;
bool booleanize(bool &valid) const;