From 3834909317a6e83b406b6063285a64e02df80ee6 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Thu, 15 Apr 2010 10:10:34 +0200 Subject: Make resetting functions from graph public --- xsd-frontend/semantic-graph/schema.hxx | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/xsd-frontend/semantic-graph/schema.hxx b/xsd-frontend/semantic-graph/schema.hxx index 78f51cc..48d457d 100644 --- a/xsd-frontend/semantic-graph/schema.hxx +++ b/xsd-frontend/semantic-graph/schema.hxx @@ -188,6 +188,11 @@ namespace XSDFrontend public: using Bits::Graph::new_edge; + using Bits::Graph::reset_left_node; + using Bits::Graph::reset_right_node; + using Bits::Graph::add_edge_left; + using Bits::Graph::add_edge_right; + using Bits::Graph::delete_node; using Bits::Graph::delete_edge; template -- cgit v1.1