From c155e6925211747af9a13a5994c2f768c5048971 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Tue, 1 Dec 2009 14:06:39 +0200 Subject: Cosmetic changes --- xsd/cxx/tree/fundamental-header.hxx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'xsd/cxx/tree/fundamental-header.hxx') 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 () && type_exp) { *this >> names_ >> *this; -- cgit v1.1