aboutsummaryrefslogtreecommitdiff
path: root/xsd-frontend/semantic-graph/namespace.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/namespace.hxx
parent900cdb2da86c6a9c523bac093aef482a1f1033e3 (diff)
Use graph container from libcutl instead of libcult
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;
};