aboutsummaryrefslogtreecommitdiff
path: root/xsd-frontend/semantic-graph/union.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'xsd-frontend/semantic-graph/union.hxx')
-rw-r--r--xsd-frontend/semantic-graph/union.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/xsd-frontend/semantic-graph/union.hxx b/xsd-frontend/semantic-graph/union.hxx
index 42115d6..62df730 100644
--- a/xsd-frontend/semantic-graph/union.hxx
+++ b/xsd-frontend/semantic-graph/union.hxx
@@ -12,7 +12,7 @@ namespace XSDFrontend
{
namespace SemanticGraph
{
- class Union: public virtual Type
+ class Union: public virtual Specialization
{
protected:
friend class Bits::Graph<Node, Edge>;