diff -r f2d6d3446adf -r 4137ef9aacc6 lemon/hypercube_graph.h --- a/lemon/hypercube_graph.h Fri Apr 24 10:15:33 2009 +0200 +++ b/lemon/hypercube_graph.h Fri Apr 24 11:54:48 2009 +0200 @@ -294,10 +294,10 @@ /// This graph type fully conforms to the \ref concepts::Graph /// "Graph concept". class HypercubeGraph : public ExtendedHypercubeGraphBase { + typedef ExtendedHypercubeGraphBase Parent; + public: - typedef ExtendedHypercubeGraphBase Parent; - /// \brief Constructs a hypercube graph with \c dim dimensions. /// /// Constructs a hypercube graph with \c dim dimensions.