diff options
Diffstat (limited to 'src/ast/path.hpp')
-rw-r--r-- | src/ast/path.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ast/path.hpp b/src/ast/path.hpp index 00a1b439..db8b64b3 100644 --- a/src/ast/path.hpp +++ b/src/ast/path.hpp @@ -57,6 +57,7 @@ public: TRAIT, STRUCT_METHOD, + TRAIT_METHOD, ENUM_VAR, FUNCTION, STATIC, |