summaryrefslogtreecommitdiffstats
path: root/src/Lang/Cpp/CppToken.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/Lang/Cpp/CppToken.ts')
-rw-r--r--src/Lang/Cpp/CppToken.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Lang/Cpp/CppToken.ts b/src/Lang/Cpp/CppToken.ts
index f229e8f..61b78b7 100644
--- a/src/Lang/Cpp/CppToken.ts
+++ b/src/Lang/Cpp/CppToken.ts
@@ -13,6 +13,7 @@ export enum CppTokenType {
CommentLine,
Ellipsis,
Attribute,
+ MemberPointer,
}
export class CppToken {