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.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);
};
}