From 23cba420f497b5da5b0a63f078cea2ef2291078a Mon Sep 17 00:00:00 2001 From: John Hodge Date: Tue, 24 May 2016 21:55:06 +0800 Subject: AST - Spans, spans everywhere! --- src/ast/ast.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/ast/ast.cpp') diff --git a/src/ast/ast.cpp b/src/ast/ast.cpp index 90fd8286..804b7cac 100644 --- a/src/ast/ast.cpp +++ b/src/ast/ast.cpp @@ -24,7 +24,7 @@ namespace { MetaItems MetaItems::clone() const { - return MetaItems( clone_mivec(m_items) ); + return MetaItems( m_span, clone_mivec(m_items) ); } void MetaItems::push_back(MetaItem i) -- cgit v1.2.3