diff options
Diffstat (limited to 'Libraries/LibGUI/CppLexer.h')
-rw-r--r-- | Libraries/LibGUI/CppLexer.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Libraries/LibGUI/CppLexer.h b/Libraries/LibGUI/CppLexer.h index 9de2e319e0..7e217c8b10 100644 --- a/Libraries/LibGUI/CppLexer.h +++ b/Libraries/LibGUI/CppLexer.h @@ -45,6 +45,7 @@ namespace GUI { __TOKEN(RightBracket) \ __TOKEN(Comma) \ __TOKEN(Asterisk) \ + __TOKEN(AsteriskEquals) \ __TOKEN(Semicolon) \ __TOKEN(DoubleQuotedString) \ __TOKEN(SingleQuotedString) \ |