From 174f6e5d0f370ddfe28ace6acfb5362cfb102280 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Sun, 11 Oct 2009 09:32:17 +0200 Subject: Simplify to work around VC++ bugs --- cli/semantics/namespace.hxx | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'cli/semantics/namespace.hxx') 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; - + public: namespace_ (path const& file, size_t line, size_t column) : node (file, line, column) { -- cgit v1.1