summaryrefslogtreecommitdiff
path: root/xsd/cxx/parser/impl-source.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'xsd/cxx/parser/impl-source.cxx')
-rw-r--r--xsd/cxx/parser/impl-source.cxx14
1 files changed, 7 insertions, 7 deletions
diff --git a/xsd/cxx/parser/impl-source.cxx b/xsd/cxx/parser/impl-source.cxx
index 3f5aec5..bf605c7 100644
--- a/xsd/cxx/parser/impl-source.cxx
+++ b/xsd/cxx/parser/impl-source.cxx
@@ -22,7 +22,7 @@ namespace CXX
{
}
- virtual Void
+ virtual void
traverse (Type& e)
{
String const& name (eimpl (e));
@@ -91,7 +91,7 @@ namespace CXX
{
}
- virtual Void
+ virtual void
traverse (Type& l)
{
String const& name (eimpl (l));
@@ -164,7 +164,7 @@ namespace CXX
{
}
- virtual Void
+ virtual void
traverse (Type& u)
{
String const& name (eimpl (u));
@@ -221,7 +221,7 @@ namespace CXX
{
}
- virtual Void
+ virtual void
traverse (Type& m)
{
if (skip (m))
@@ -268,12 +268,12 @@ namespace CXX
names_parser_callback_ >> parser_callback_;
}
- virtual Void
+ virtual void
traverse (Type& c)
{
String const& name (eimpl (c));
- Boolean restriction (restriction_p (c));
+ bool restriction (restriction_p (c));
os << "// " << name << endl
<< "//" << endl
@@ -354,7 +354,7 @@ namespace CXX
};
}
- Void
+ void
generate_impl_source (Context& ctx)
{
if (ctx.options.generate_print_impl ())