aboutsummaryrefslogtreecommitdiff
path: root/xsd-frontend/semantic-graph/particle.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/particle.hxx
parent900cdb2da86c6a9c523bac093aef482a1f1033e3 (diff)
Use graph container from libcutl instead of libcult
Diffstat (limited to 'xsd-frontend/semantic-graph/particle.hxx')
-rw-r--r--xsd-frontend/semantic-graph/particle.hxx8
1 files changed, 2 insertions, 6 deletions
diff --git a/xsd-frontend/semantic-graph/particle.hxx b/xsd-frontend/semantic-graph/particle.hxx
index b105f31..e66a1ad 100644
--- a/xsd-frontend/semantic-graph/particle.hxx
+++ b/xsd-frontend/semantic-graph/particle.hxx
@@ -48,9 +48,7 @@ namespace XSDFrontend
return max_;
}
- protected:
- friend class Bits::Graph<Node, Edge>;
-
+ public:
ContainsParticle (UnsignedLong min, UnsignedLong max);
Void
@@ -118,9 +116,7 @@ namespace XSDFrontend
return contained_particle_->max ();
}
- protected:
- friend class Bits::Graph<Node, Edge>;
-
+ public:
Particle ();
Void