summaryrefslogtreecommitdiff
path: root/xsd/options-parser.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'xsd/options-parser.hxx')
-rw-r--r--xsd/options-parser.hxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/xsd/options-parser.hxx b/xsd/options-parser.hxx
index 10456e1..0f370cd 100644
--- a/xsd/options-parser.hxx
+++ b/xsd/options-parser.hxx
@@ -14,8 +14,9 @@ namespace cli
struct parser<NarrowString>
{
static void
- parse (NarrowString& x, scanner& s)
+ parse (NarrowString& x, bool& xs, scanner& s)
{
+ xs = true;
const char* o (s.next ());
if (s.more ())