From 6a9a911f05bbd0d2a63a06512733a4a6ff5b3e65 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Sun, 4 Oct 2009 13:58:20 +0200 Subject: Add --option-{prefix,separator} options --- cli/context.hxx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'cli/context.hxx') 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 reserved_name_map_type; reserved_name_map_type const& reserved_name_map; -- cgit v1.1