From f3e67f694188a16e426e92fda846998fd26db50d Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Tue, 12 Jan 2010 15:14:06 +0200 Subject: Include file component in regex strings for schema being compiled --- xsd/cxx/tree/elements.cxx | 2 ++ 1 file changed, 2 insertions(+) (limited to 'xsd/cxx/tree/elements.cxx') diff --git a/xsd/cxx/tree/elements.cxx b/xsd/cxx/tree/elements.cxx index d9615ac..31e0c08 100644 --- a/xsd/cxx/tree/elements.cxx +++ b/xsd/cxx/tree/elements.cxx @@ -36,6 +36,7 @@ namespace CXX Context:: Context (std::wostream& o, SemanticGraph::Schema& root, + SemanticGraph::Path const& path, CLI::Options const& ops, Counts const& counts_, Boolean generate_xml_schema__, @@ -45,6 +46,7 @@ namespace CXX Regex const* ie) : CXX::Context (o, root, + path, map, ops.value (), ops.value (), -- cgit v1.1