summaryrefslogtreecommitdiff
path: root/xsd/cxx/tree/fundamental-header.hxx
diff options
context:
space:
mode:
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;