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/counter.cxx | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'xsd/cxx/tree/counter.cxx') diff --git a/xsd/cxx/tree/counter.cxx b/xsd/cxx/tree/counter.cxx index d2a5c10..9254226 100644 --- a/xsd/cxx/tree/counter.cxx +++ b/xsd/cxx/tree/counter.cxx @@ -236,10 +236,12 @@ namespace CXX } Counts Counter:: - count (CLI::Options const& options, SemanticGraph::Schema& tu) + count (CLI::Options const& options, + SemanticGraph::Schema& tu, + SemanticGraph::Path const& path) { Counts counts; - Context ctx (std::wcerr, tu, options, counts, false, 0, 0, 0, 0); + Context ctx (std::wcerr, tu, path, options, counts, false, 0, 0, 0, 0); Traversal::Schema schema; Traversal::Sources sources; -- cgit v1.1