diff -r 01f668e3e168 -r 0a7719037acb src/lemon/concept/path.h --- a/src/lemon/concept/path.h Sat Mar 19 09:38:31 2005 +0000 +++ b/src/lemon/concept/path.h Sat Mar 19 09:44:27 2005 +0000 @@ -183,7 +183,8 @@ ///\param _P the path you want to fill in. /// - Builder(Path &_P) : P(_P) {} + + Builder(Path &_p) : P(_p) {} /// Sets the starting node of the path.