summaryrefslogtreecommitdiff
path: root/cli/semantics/class.hxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2009-10-11 09:32:17 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2009-10-11 09:32:17 +0200
commit174f6e5d0f370ddfe28ace6acfb5362cfb102280 (patch)
treed293ea36c57ac65cd953fcf7d573da1d496247cd /cli/semantics/class.hxx
parent268d755af2e1ac89b8bcc675ab5b3fc93594b97a (diff)
Simplify to work around VC++ bugs
Diffstat (limited to 'cli/semantics/class.hxx')
-rw-r--r--cli/semantics/class.hxx4
1 files changed, 1 insertions, 3 deletions
diff --git a/cli/semantics/class.hxx b/cli/semantics/class.hxx
index 1e6b59c..97717bc 100644
--- a/cli/semantics/class.hxx
+++ b/cli/semantics/class.hxx
@@ -12,9 +12,7 @@ namespace semantics
{
class class_: public scope
{
- protected:
- friend class graph<node, edge>;
-
+ public:
class_ (path const& file, size_t line, size_t column)
: node (file, line, column)
{