aboutsummaryrefslogtreecommitdiff
path: root/core/variant.h
diff options
context:
space:
mode:
authorest312015-05-01 02:53:41 +0200
committerest312015-05-01 03:41:45 +0200
commitb2b514367824263e2dc1e26b010b0df63fd3700a (patch)
tree8d9ef509c495ceaa25c8a5b34b844fd9c9ed216c /core/variant.h
parent5c6b31c024b60ae9c43dc48c04128de99d147f5a (diff)
downloadgodot-b2b514367824263e2dc1e26b010b0df63fd3700a.tar.gz
godot-b2b514367824263e2dc1e26b010b0df63fd3700a.tar.zst
godot-b2b514367824263e2dc1e26b010b0df63fd3700a.zip
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 d9b1a9337..85c7b92c0 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;