From dd7680bc0d53f02e4b96b2b3896ebea16742c9bb Mon Sep 17 00:00:00 2001 From: John Hodge Date: Wed, 25 May 2016 23:16:23 +0800 Subject: Parse - Use interpolated macro fragments instead of captured TTs --- src/ast/types.hpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/ast/types.hpp') diff --git a/src/ast/types.hpp b/src/ast/types.hpp index 72080723..a79a811d 100644 --- a/src/ast/types.hpp +++ b/src/ast/types.hpp @@ -108,6 +108,8 @@ class TypeRef: public: TypeData m_data; + virtual ~TypeRef(); + TypeRef(TypeRef&& other) noexcept: m_data( mv$(other.m_data) ) { -- cgit v1.2.3