summaryrefslogtreecommitdiffstats
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, 1 insertions, 2 deletions
diff --git a/core/variant.h b/core/variant.h
index b95223ecfb..5ddfe40398 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;