aboutsummaryrefslogtreecommitdiff
path: root/core/variant.h
diff options
context:
space:
mode:
authorJ08nY2016-06-19 00:05:23 +0200
committerJ08nY2016-06-19 00:12:31 +0200
commita95a1f47a45a5d8595c6681c28abd31ab0635479 (patch)
tree9b55ce67b25922b5b5f4f0c470ad082e4f8c0fcf /core/variant.h
parentb587a13293840975b53bad3392374ad30a578064 (diff)
downloadgodot-a95a1f47a45a5d8595c6681c28abd31ab0635479.tar.gz
godot-a95a1f47a45a5d8595c6681c28abd31ab0635479.tar.zst
godot-a95a1f47a45a5d8595c6681c28abd31ab0635479.zip
Diffstat (limited to 'core/variant.h')
-rw-r--r--core/variant.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/core/variant.h b/core/variant.h
index b95223ecf..5ddfe4039 100644
--- a/core/variant.h
+++ b/core/variant.h
@@ -202,9 +202,8 @@ public:
operator unsigned long() const;
#endif
-#ifndef CHARTYPE_16BITS
+
operator CharType() const;
-#endif
operator float() const;
operator double() const;
operator String() const;