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/parser/attribute-validation-source.cxx | 18 ++++++------------ 1 file changed, 6 insertions(+), 12 deletions(-) (limited to 'xsd/cxx/parser/attribute-validation-source.cxx') diff --git a/xsd/cxx/parser/attribute-validation-source.cxx b/xsd/cxx/parser/attribute-validation-source.cxx index 52c51b1..b8a3fec 100644 --- a/xsd/cxx/parser/attribute-validation-source.cxx +++ b/xsd/cxx/parser/attribute-validation-source.cxx @@ -16,7 +16,7 @@ namespace CXX { struct Test: Traversal::Attribute, Traversal::AnyAttribute, - protected virtual Context + Context { Test (Context& c) : Context (c) @@ -86,8 +86,7 @@ namespace CXX // // - struct PhaseOne : Traversal::Attribute, - protected virtual Context + struct PhaseOne: Traversal::Attribute, Context { PhaseOne (Context& c) : Context (c), test_ (c) @@ -143,8 +142,7 @@ namespace CXX // // - struct PhaseTwo : Traversal::AnyAttribute, - protected virtual Context + struct PhaseTwo: Traversal::AnyAttribute, Context { PhaseTwo (Context& c) : Context (c), test_ (c) @@ -172,8 +170,7 @@ namespace CXX // // - struct AttributeStateInit: Traversal::Attribute, - protected virtual Context + struct AttributeStateInit: Traversal::Attribute, Context { AttributeStateInit (Context& c) : Context (c) @@ -191,8 +188,7 @@ namespace CXX // // - struct AttributeStateCheck: Traversal::Attribute, - protected virtual Context + struct AttributeStateCheck: Traversal::Attribute, Context { AttributeStateCheck (Context& c) : Context (c) @@ -215,8 +211,7 @@ namespace CXX // // - struct Complex : Traversal::Complex, - protected virtual Context + struct Complex: Traversal::Complex, Context { Complex (Context& c) : Context (c), @@ -407,4 +402,3 @@ namespace CXX } } } - -- cgit v1.1