From cfb91e263c22f6f81ae05a2027a2befac6d41e06 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Sun, 4 Oct 2009 10:50:50 +0200 Subject: Add --reserved-name option --- cli/context.hxx | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'cli/context.hxx') diff --git a/cli/context.hxx b/cli/context.hxx index 8063f59..f57ac7f 100644 --- a/cli/context.hxx +++ b/cli/context.hxx @@ -38,14 +38,12 @@ public: string& inl; typedef std::map reserved_name_map_type; - reserved_name_map_type& reserved_name_map; + reserved_name_map_type const& reserved_name_map; private: struct data { string inl_; - - reserved_name_map_type reserved_name_map_; }; public: -- cgit