From 028d0fb0a5043a796d48b41b19ab7112d7cb98de Mon Sep 17 00:00:00 2001 From: ilor <kailoran@gmail.com> Date: Thu, 25 Nov 2010 15:20:49 +0100 Subject: [PATCH] fix member variable masking error --- libwccl/parser/ANTLRParserResult.h | 1 - 1 file changed, 1 deletion(-) diff --git a/libwccl/parser/ANTLRParserResult.h b/libwccl/parser/ANTLRParserResult.h index 7845f86..ebf9bc3 100644 --- a/libwccl/parser/ANTLRParserResult.h +++ b/libwccl/parser/ANTLRParserResult.h @@ -31,7 +31,6 @@ public: { } - boost::shared_ptr<Wccl::Variables> variables; boost::shared_ptr<Wccl::Function<T> > op; boost::shared_ptr<Wccl::FunctionBase> get_op_base() const -- GitLab