aboutsummaryrefslogtreecommitdiff
path: root/xsde/cxx/hybrid/tree-type-map.hxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2010-01-12 15:16:19 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2010-01-12 15:16:19 +0200
commit4326461b99a97153dd20a24570712adb04df89a9 (patch)
tree475544d981c5baf196c380d2597b4772c75b33d9 /xsde/cxx/hybrid/tree-type-map.hxx
parent8bf1bbd61d7d9aa50752b647f24f139512628b0e (diff)
Include file component in regex strings for schema being compiled
Diffstat (limited to 'xsde/cxx/hybrid/tree-type-map.hxx')
-rw-r--r--xsde/cxx/hybrid/tree-type-map.hxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/xsde/cxx/hybrid/tree-type-map.hxx b/xsde/cxx/hybrid/tree-type-map.hxx
index 6f5f946..ec05558 100644
--- a/xsde/cxx/hybrid/tree-type-map.hxx
+++ b/xsde/cxx/hybrid/tree-type-map.hxx
@@ -23,6 +23,7 @@ namespace CXX
Void
generate_tree_type_map (CLI::Options const& options,
XSDFrontend::SemanticGraph::Schema&,
+ XSDFrontend::SemanticGraph::Path const&,
String const& hxx_name,
TypeMap::Namespaces& parser_type_map,
TypeMap::Namespaces& serializer_type_map);