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, 3 insertions, 1 deletions
diff --git a/cli/context.hxx b/cli/context.hxx
index f57ac7f..37864af 100644
--- a/cli/context.hxx
+++ b/cli/context.hxx
@@ -35,7 +35,9 @@ public:
semantics::cli_unit& unit;
options_type const& options;
- string& inl;
+ string const& inl;
+ string const& opt_prefix;
+ string const& opt_sep;
typedef std::map<string, string> reserved_name_map_type;
reserved_name_map_type const& reserved_name_map;