aboutsummaryrefslogtreecommitdiff
path: root/xsde/cxx/serializer/name-processor.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'xsde/cxx/serializer/name-processor.hxx')
-rw-r--r--xsde/cxx/serializer/name-processor.hxx5
1 files changed, 3 insertions, 2 deletions
diff --git a/xsde/cxx/serializer/name-processor.hxx b/xsde/cxx/serializer/name-processor.hxx
index bf69ba6..f7cd63b 100644
--- a/xsde/cxx/serializer/name-processor.hxx
+++ b/xsde/cxx/serializer/name-processor.hxx
@@ -22,9 +22,10 @@ namespace CXX
{
public:
Void
- process (CLI::Options const& options,
+ process (CLI::Options const&,
XSDFrontend::SemanticGraph::Schema&,
- XSDFrontend::SemanticGraph::Path const& file);
+ XSDFrontend::SemanticGraph::Path const&,
+ Boolean deep);
};
}
}