diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2012-05-09 15:55:57 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2012-05-09 15:55:57 +0200 |
commit | 0bc53d3b22cedbe9e1f773e0a350280aef805eeb (patch) | |
tree | 9886f9aa18b538cf622a78786f43bf0d917a1bca /xsd-frontend/semantic-graph/attribute.hxx | |
parent | 900cdb2da86c6a9c523bac093aef482a1f1033e3 (diff) |
Use graph container from libcutl instead of libcult
Diffstat (limited to 'xsd-frontend/semantic-graph/attribute.hxx')
-rw-r--r-- | xsd-frontend/semantic-graph/attribute.hxx | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/xsd-frontend/semantic-graph/attribute.hxx b/xsd-frontend/semantic-graph/attribute.hxx index 128d9f4..49c2019 100644 --- a/xsd-frontend/semantic-graph/attribute.hxx +++ b/xsd-frontend/semantic-graph/attribute.hxx @@ -21,9 +21,7 @@ namespace XSDFrontend return optional_; } - protected: - friend class Bits::Graph<Node, Edge>; - + public: Attribute (Path const& file, UnsignedLong line, UnsignedLong column, |