summaryrefslogtreecommitdiff
path: root/xsd/cxx/tree/fundamental-header.hxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2009-12-01 14:06:39 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2009-12-01 14:06:39 +0200
commitc155e6925211747af9a13a5994c2f768c5048971 (patch)
treecc7639c71d98aa86f1f4c05c2d5bb065a7bcd918 /xsd/cxx/tree/fundamental-header.hxx
parent55ef06dd6198181dfb5b681d4fa366851c9c0fd1 (diff)
Cosmetic changes
Diffstat (limited to 'xsd/cxx/tree/fundamental-header.hxx')
-rw-r--r--xsd/cxx/tree/fundamental-header.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/xsd/cxx/tree/fundamental-header.hxx b/xsd/cxx/tree/fundamental-header.hxx
index 5ea3596..9782e64 100644
--- a/xsd/cxx/tree/fundamental-header.hxx
+++ b/xsd/cxx/tree/fundamental-header.hxx
@@ -72,11 +72,11 @@ namespace CXX
Traversal::Fundamental::Entity,
Traversal::Fundamental::Entities,
- protected virtual Context
+ Context
{
FundamentalNamespace (Context& c)
- : Context (c),
- DocumentedNamespace (c),
+ : DocumentedNamespace (c),
+ Context (c),
export_ (c.options.value<CLI::export_xml_schema> () && type_exp)
{
*this >> names_ >> *this;