diff options
Diffstat (limited to 'source/core/token-reader.h')
| -rw-r--r-- | source/core/token-reader.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/core/token-reader.h b/source/core/token-reader.h index aaebad756..48391738c 100644 --- a/source/core/token-reader.h +++ b/source/core/token-reader.h @@ -22,7 +22,7 @@ namespace Slang OpInc, OpDec, OpAddAssign, OpSubAssign, OpMulAssign, OpDivAssign, OpModAssign, OpShlAssign, OpShrAssign, OpOrAssign, OpAndAssign, OpXorAssign, - QuestionMark, Colon, RightArrow, At, Pound, PoundPound, + QuestionMark, Colon, RightArrow, At, Pound, PoundPound, Scope, }; class CodePosition |
