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.hxx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'xsd/cxx/tree/counter.hxx') diff --git a/xsd/cxx/tree/counter.hxx b/xsd/cxx/tree/counter.hxx index 85e9ec7..726de47 100644 --- a/xsd/cxx/tree/counter.hxx +++ b/xsd/cxx/tree/counter.hxx @@ -19,7 +19,9 @@ namespace CXX Counter (); // Dummy ctor, helps with long symbols on HP-UX. Counts - count (CLI::Options const& options, SemanticGraph::Schema&); + count (CLI::Options const&, + SemanticGraph::Schema&, + SemanticGraph::Path const&); }; } } -- cgit v1.1