lemon/hypercube_graph.h
changeset 617 4137ef9aacc6
parent 582 7a28e215f715
child 735 853fcddcf282
child 778 a143f19f465b
     1.1 --- a/lemon/hypercube_graph.h	Fri Apr 24 10:15:33 2009 +0200
     1.2 +++ b/lemon/hypercube_graph.h	Fri Apr 24 11:54:48 2009 +0200
     1.3 @@ -294,10 +294,10 @@
     1.4    /// This graph type fully conforms to the \ref concepts::Graph
     1.5    /// "Graph concept".
     1.6    class HypercubeGraph : public ExtendedHypercubeGraphBase {
     1.7 +    typedef ExtendedHypercubeGraphBase Parent;
     1.8 +
     1.9    public:
    1.10  
    1.11 -    typedef ExtendedHypercubeGraphBase Parent;
    1.12 -
    1.13      /// \brief Constructs a hypercube graph with \c dim dimensions.
    1.14      ///
    1.15      /// Constructs a hypercube graph with \c dim dimensions.