src/lemon/concept/path.h
changeset 1228 0a7719037acb
parent 1164 80bb73097736
child 1270 806451fd084b
     1.1 --- a/src/lemon/concept/path.h	Sat Mar 19 09:38:31 2005 +0000
     1.2 +++ b/src/lemon/concept/path.h	Sat Mar 19 09:44:27 2005 +0000
     1.3 @@ -183,7 +183,8 @@
     1.4  
     1.5  	///\param _P the path you want to fill in.
     1.6  	///
     1.7 -	Builder(Path &_P) : P(_P) {}
     1.8 +
     1.9 +	Builder(Path &_p) : P(_p) {}
    1.10  
    1.11  	/// Sets the starting node of the path.
    1.12