aboutsummaryrefslogtreecommitdiff
path: root/xsd-frontend/semantic-graph/union.hxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2010-03-03 19:21:50 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2010-03-03 19:21:50 +0200
commite4f4f0bed9befbde2117af6f128d9323be3f1638 (patch)
tree6c41709cdc5fa51b0354b68897a8cc1651b8eb9c /xsd-frontend/semantic-graph/union.hxx
parentca2bc859cf0001848224ff00a92fcc5d60a16e7f (diff)
Add union information to the semantics graph
New test: union.
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>;