diff options
| author | Boris Kolpackov <boris@codesynthesis.com> | 2009-10-04 10:50:50 +0200 |
|---|---|---|
| committer | Boris Kolpackov <boris@codesynthesis.com> | 2009-10-04 10:50:50 +0200 |
| commit | cfb91e263c22f6f81ae05a2027a2befac6d41e06 (patch) | |
| tree | 182e84e03664f77d4f37f462abc4d3f6b3966435 /cli/context.hxx | |
| parent | 68803e8bc8888abdc65cba1a1a6d8b4e9eeea27e (diff) | |
| download | cli-cfb91e263c22f6f81ae05a2027a2befac6d41e06.tar.gz cli-cfb91e263c22f6f81ae05a2027a2befac6d41e06.tar.xz cli-cfb91e263c22f6f81ae05a2027a2befac6d41e06.zip | |
Add --reserved-name option
Diffstat (limited to 'cli/context.hxx')
| -rw-r--r-- | cli/context.hxx | 4 |
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: |
