aboutsummaryrefslogtreecommitdiff
path: root/xsd-frontend/semantic-graph/namespace.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'xsd-frontend/semantic-graph/namespace.hxx')
-rw-r--r--xsd-frontend/semantic-graph/namespace.hxx8
1 files changed, 2 insertions, 6 deletions
diff --git a/xsd-frontend/semantic-graph/namespace.hxx b/xsd-frontend/semantic-graph/namespace.hxx
index 12aca2e..7a2e1eb 100644
--- a/xsd-frontend/semantic-graph/namespace.hxx
+++ b/xsd-frontend/semantic-graph/namespace.hxx
@@ -14,15 +14,11 @@ namespace XSDFrontend
{
class Namespace : public virtual Scope
{
- protected:
- friend class Bits::Graph<Node, Edge>;
-
+ public:
Namespace (Path const& file, UnsignedLong line, UnsignedLong column);
Void
- add_edge_right (BelongsToNamespace&)
- {
- }
+ add_edge_right (BelongsToNamespace&) {}
using Scope::add_edge_right;
};