aboutsummaryrefslogtreecommitdiffstats
path: root/src/shared/cplusplus/Literals.h
diff options
context:
space:
mode:
authorRoberto Raggi <[email protected]>2009-11-13 15:17:27 +0100
committerRoberto Raggi <[email protected]>2009-11-13 15:17:27 +0100
commit1a7855af220156f00bdbb38a5cd53f11c6f9a0fb (patch)
treef9e3ccdadc23a8a7d76581a1ce99f52a122f4af1 /src/shared/cplusplus/Literals.h
parentbaffd97efb1fd6da004fedf620577f8a97445793 (diff)
Match the value of the literals.
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 2a11cdada73..7f380ed0862 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