summaryrefslogtreecommitdiff
path: root/src/parse/token.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/parse/token.hpp')
-rw-r--r--src/parse/token.hpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/parse/token.hpp b/src/parse/token.hpp
index 0fcf0ed7..03117981 100644
--- a/src/parse/token.hpp
+++ b/src/parse/token.hpp
@@ -49,8 +49,9 @@ namespace AST {
class ExprNode;
class MetaItem;
class Item;
+
template<typename T>
- class Named;
+ struct Named;
};
class InterpolatedFragment;