summaryrefslogtreecommitdiff
path: root/cli/semantics/namespace.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'cli/semantics/namespace.hxx')
-rw-r--r--cli/semantics/namespace.hxx4
1 files changed, 1 insertions, 3 deletions
diff --git a/cli/semantics/namespace.hxx b/cli/semantics/namespace.hxx
index f05798e..466ad4f 100644
--- a/cli/semantics/namespace.hxx
+++ b/cli/semantics/namespace.hxx
@@ -12,9 +12,7 @@ namespace semantics
{
class namespace_: public scope
{
- protected:
- friend class graph<node, edge>;
-
+ public:
namespace_ (path const& file, size_t line, size_t column)
: node (file, line, column)
{