summaryrefslogtreecommitdiff
path: root/cli/context.hxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2009-10-04 10:50:50 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2009-10-04 10:50:50 +0200
commitcfb91e263c22f6f81ae05a2027a2befac6d41e06 (patch)
tree182e84e03664f77d4f37f462abc4d3f6b3966435 /cli/context.hxx
parent68803e8bc8888abdc65cba1a1a6d8b4e9eeea27e (diff)
Add --reserved-name option
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: