diff -r 7f6e2bd76654 -r 141f9c0db4a3 lemon/core.h --- a/lemon/core.h Wed Mar 17 12:35:52 2010 +0100 +++ b/lemon/core.h Sat Mar 06 14:35:12 2010 +0000 @@ -2,7 +2,7 @@ * * This file is a part of LEMON, a generic C++ optimization library. * - * Copyright (C) 2003-2009 + * Copyright (C) 2003-2010 * Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport * (Egervary Research Group on Combinatorial Optimization, EGRES). * @@ -1239,7 +1239,8 @@ protected: - class AutoNodeMap : public ItemSetTraits::template Map::Type { + class AutoNodeMap : public ItemSetTraits::template Map::Type + { typedef typename ItemSetTraits::template Map::Type Parent; public: @@ -1278,7 +1279,7 @@ } }; - protected: + protected: const Digraph &_g; AutoNodeMap _head;