From 5c0e31a6adcb76887e3877de537cfd1c6cf2ffa0 Mon Sep 17 00:00:00 2001 From: John Hodge Date: Sat, 21 Mar 2015 15:50:12 +0800 Subject: Misc (warning suppression, planning trait methods in resolve) --- src/ast/path.hpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/ast/path.hpp') 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, -- cgit v1.2.3