summaryrefslogtreecommitdiff
path: root/xsd/cxx/tree/tree-forward.cxx
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/tree-forward.cxx
parent55ef06dd6198181dfb5b681d4fa366851c9c0fd1 (diff)
Cosmetic changes
Diffstat (limited to 'xsd/cxx/tree/tree-forward.cxx')
-rw-r--r--xsd/cxx/tree/tree-forward.cxx12
1 files changed, 4 insertions, 8 deletions
diff --git a/xsd/cxx/tree/tree-forward.cxx b/xsd/cxx/tree/tree-forward.cxx
index 8ba8bc1..cceedb7 100644
--- a/xsd/cxx/tree/tree-forward.cxx
+++ b/xsd/cxx/tree/tree-forward.cxx
@@ -15,8 +15,7 @@ namespace CXX
{
namespace
{
- struct List : Traversal::List,
- protected virtual Context
+ struct List: Traversal::List, Context
{
List (Context& c)
: Context (c)
@@ -46,8 +45,7 @@ namespace CXX
}
};
- struct Union : Traversal::Union,
- protected virtual Context
+ struct Union: Traversal::Union, Context
{
Union (Context& c)
: Context (c)
@@ -77,8 +75,7 @@ namespace CXX
}
};
- struct Enumeration : Traversal::Enumeration,
- protected virtual Context
+ struct Enumeration: Traversal::Enumeration, Context
{
Enumeration (Context& c)
: Context (c)
@@ -108,8 +105,7 @@ namespace CXX
}
};
- struct Complex : Traversal::Complex,
- protected virtual Context
+ struct Complex: Traversal::Complex, Context
{
Complex (Context& c)
: Context (c)