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/parser/elements.cxx | 2 ++ 1 file changed, 2 insertions(+) (limited to 'xsd/cxx/parser/elements.cxx') diff --git a/xsd/cxx/parser/elements.cxx b/xsd/cxx/parser/elements.cxx index 399553a..392bf16 100644 --- a/xsd/cxx/parser/elements.cxx +++ b/xsd/cxx/parser/elements.cxx @@ -41,6 +41,7 @@ namespace CXX Context:: Context (std::wostream& o, SemanticGraph::Schema& root, + SemanticGraph::Path const& path, CLI::Options const& ops, StringLiteralMap const* map, Regex const* he, @@ -48,6 +49,7 @@ namespace CXX Regex const* hie) : CXX::Context (o, root, + path, map, ops.value (), ops.value (), -- cgit v1.1