diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2009-10-11 09:32:17 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2009-10-11 09:32:17 +0200 |
commit | 174f6e5d0f370ddfe28ace6acfb5362cfb102280 (patch) | |
tree | d293ea36c57ac65cd953fcf7d573da1d496247cd /cli/semantics/class.hxx | |
parent | 268d755af2e1ac89b8bcc675ab5b3fc93594b97a (diff) | |
download | cli-174f6e5d0f370ddfe28ace6acfb5362cfb102280.tar.gz cli-174f6e5d0f370ddfe28ace6acfb5362cfb102280.tar.xz cli-174f6e5d0f370ddfe28ace6acfb5362cfb102280.zip |
Simplify to work around VC++ bugs
Diffstat (limited to 'cli/semantics/class.hxx')
-rw-r--r-- | cli/semantics/class.hxx | 4 |
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) { |