aboutsummaryrefslogtreecommitdiff
path: root/xsde/cxx/hybrid/parser-name-processor.hxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2010-10-14 14:06:48 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2010-10-14 14:06:48 +0200
commit644c7b372ab61ad600817a4945a96f2bfb0f76e2 (patch)
tree3affbadec3a484884b403e1ef506ce48f5f3605b /xsde/cxx/hybrid/parser-name-processor.hxx
parent783b167522ccf3aee85969dfb932274914449808 (diff)
Error out if generating parser/serializer for customized type
Diffstat (limited to 'xsde/cxx/hybrid/parser-name-processor.hxx')
-rw-r--r--xsde/cxx/hybrid/parser-name-processor.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/xsde/cxx/hybrid/parser-name-processor.hxx b/xsde/cxx/hybrid/parser-name-processor.hxx
index 3ea6d08..ccd369d 100644
--- a/xsde/cxx/hybrid/parser-name-processor.hxx
+++ b/xsde/cxx/hybrid/parser-name-processor.hxx
@@ -21,7 +21,7 @@ namespace CXX
class ParserNameProcessor
{
public:
- Void
+ Boolean
process (CLI::Options const& options,
XSDFrontend::SemanticGraph::Schema&,
XSDFrontend::SemanticGraph::Path const& file,