summaryrefslogtreecommitdiff
path: root/cli/context.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'cli/context.hxx')
-rw-r--r--cli/context.hxx4
1 files changed, 1 insertions, 3 deletions
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<string, string> 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: