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/serialization-header.cxx | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'xsd/cxx/tree/serialization-header.cxx') diff --git a/xsd/cxx/tree/serialization-header.cxx b/xsd/cxx/tree/serialization-header.cxx index 090f0f5..59db8a3 100644 --- a/xsd/cxx/tree/serialization-header.cxx +++ b/xsd/cxx/tree/serialization-header.cxx @@ -14,7 +14,7 @@ namespace CXX { namespace { - struct List: Traversal::List, protected virtual Context + struct List: Traversal::List, Context { List (Context& c) : Context (c) @@ -60,7 +60,7 @@ namespace CXX }; - struct Union: Traversal::Union, protected virtual Context + struct Union: Traversal::Union, Context { Union (Context& c) : Context (c) @@ -105,7 +105,7 @@ namespace CXX }; - struct Enumeration: Traversal::Enumeration, protected virtual Context + struct Enumeration: Traversal::Enumeration, Context { Enumeration (Context& c) : Context (c) @@ -149,7 +149,7 @@ namespace CXX } }; - struct Complex : Traversal::Complex, protected virtual Context + struct Complex: Traversal::Complex, Context { Complex (Context& c) : Context (c) @@ -204,10 +204,10 @@ namespace CXX struct ElementType: Traversal::Element, GlobalElementBase, - protected virtual Context + Context { ElementType (Context& c) - : Context (c), GlobalElementBase (c) + : GlobalElementBase (c), Context (c) { } @@ -229,10 +229,10 @@ namespace CXX struct ElementFunction: Traversal::Element, GlobalElementBase, - protected virtual Context + Context { ElementFunction (Context& c) - : Context (c), GlobalElementBase (c) + : GlobalElementBase (c), Context (c) { } -- cgit v1.1