diff -r f2d6d3446adf -r 4137ef9aacc6 lemon/grid_graph.h --- a/lemon/grid_graph.h Fri Apr 24 10:15:33 2009 +0200 +++ b/lemon/grid_graph.h Fri Apr 24 11:54:48 2009 +0200 @@ -499,10 +499,10 @@ /// This graph type fully conforms to the \ref concepts::Graph /// "Graph concept". class GridGraph : public ExtendedGridGraphBase { + typedef ExtendedGridGraphBase Parent; + public: - typedef ExtendedGridGraphBase Parent; - /// \brief Map to get the indices of the nodes as dim2::Point. /// /// Map to get the indices of the nodes as dim2::Point.