aboutsummaryrefslogtreecommitdiff
path: root/xsd-frontend/semantic-graph/union.hxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2012-05-09 15:55:57 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2012-05-09 15:55:57 +0200
commit0bc53d3b22cedbe9e1f773e0a350280aef805eeb (patch)
tree9886f9aa18b538cf622a78786f43bf0d917a1bca /xsd-frontend/semantic-graph/union.hxx
parent900cdb2da86c6a9c523bac093aef482a1f1033e3 (diff)
Use graph container from libcutl instead of libcult
Diffstat (limited to 'xsd-frontend/semantic-graph/union.hxx')
-rw-r--r--xsd-frontend/semantic-graph/union.hxx4
1 files changed, 1 insertions, 3 deletions
diff --git a/xsd-frontend/semantic-graph/union.hxx b/xsd-frontend/semantic-graph/union.hxx
index 5a63e6a..b3a130f 100644
--- a/xsd-frontend/semantic-graph/union.hxx
+++ b/xsd-frontend/semantic-graph/union.hxx
@@ -14,9 +14,7 @@ namespace XSDFrontend
{
class Union: public virtual Specialization
{
- protected:
- friend class Bits::Graph<Node, Edge>;
-
+ public:
Union (Path const& file, UnsignedLong line, UnsignedLong column);
};
}