aboutsummaryrefslogtreecommitdiff
path: root/xsd-frontend/semantic-graph/enumeration.hxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2012-05-09 15:55:57 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2012-05-09 15:55:57 +0200
commit0bc53d3b22cedbe9e1f773e0a350280aef805eeb (patch)
tree9886f9aa18b538cf622a78786f43bf0d917a1bca /xsd-frontend/semantic-graph/enumeration.hxx
parent900cdb2da86c6a9c523bac093aef482a1f1033e3 (diff)
Use graph container from libcutl instead of libcult
Diffstat (limited to 'xsd-frontend/semantic-graph/enumeration.hxx')
-rw-r--r--xsd-frontend/semantic-graph/enumeration.hxx8
1 files changed, 2 insertions, 6 deletions
diff --git a/xsd-frontend/semantic-graph/enumeration.hxx b/xsd-frontend/semantic-graph/enumeration.hxx
index 19a32f6..ca00c07 100644
--- a/xsd-frontend/semantic-graph/enumeration.hxx
+++ b/xsd-frontend/semantic-graph/enumeration.hxx
@@ -15,18 +15,14 @@ namespace XSDFrontend
{
class Enumeration: public virtual Complex
{
- protected:
- friend class Bits::Graph<Node, Edge>;
-
+ public:
Enumeration (Path const& file, UnsignedLong line, UnsignedLong column);
};
class Enumerator: public virtual Instance
{
- protected:
- friend class Bits::Graph<Node, Edge>;
-
+ public:
Enumerator (Path const& file, UnsignedLong line, UnsignedLong column);
};
}