summaryrefslogtreecommitdiff
path: root/shared/cplusplus/Lexer.h
diff options
context:
space:
mode:
Diffstat (limited to 'shared/cplusplus/Lexer.h')
-rw-r--r--shared/cplusplus/Lexer.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/shared/cplusplus/Lexer.h b/shared/cplusplus/Lexer.h
index 1d85a58eb9..57f9d3e136 100644
--- a/shared/cplusplus/Lexer.h
+++ b/shared/cplusplus/Lexer.h
@@ -112,6 +112,7 @@ private:
void scan_helper(Token *tok);
void setSource(const char *firstChar, const char *lastChar);
static int classify(const char *string, int length, bool q);
+ static int classifyOperator(const char *string, int length);
inline void yyinp()
{