summaryrefslogtreecommitdiff
path: root/src/shared/cplusplus/Literals.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/shared/cplusplus/Literals.h')
-rw-r--r--src/shared/cplusplus/Literals.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/shared/cplusplus/Literals.h b/src/shared/cplusplus/Literals.h
index 2a11cdada7..7f380ed086 100644
--- a/src/shared/cplusplus/Literals.h
+++ b/src/shared/cplusplus/Literals.h
@@ -78,6 +78,8 @@ public:
unsigned hashCode() const;
static unsigned hashCode(const char *chars, unsigned size);
+ bool isEqualTo(const Literal *other) const;
+
private:
char *_chars;
unsigned _size;
@@ -131,8 +133,6 @@ class CPLUSPLUS_EXPORT Identifier: public Literal
public:
Identifier(const char *chars, unsigned size);
virtual ~Identifier();
-
- bool isEqualTo(const Identifier *other) const;
};
} // end of namespace CPlusPlus