src/lemon/path.h
changeset 1228 0a7719037acb
parent 1164 80bb73097736
child 1282 81e89e2b90d1
     1.1 --- a/src/lemon/path.h	Sat Mar 19 09:38:31 2005 +0000
     1.2 +++ b/src/lemon/path.h	Sat Mar 19 09:44:27 2005 +0000
     1.3 @@ -272,9 +272,9 @@
     1.4        Container front, back;
     1.5  
     1.6      public:
     1.7 -      ///\param _P the path you want to fill in.
     1.8 +      ///\param _p the path you want to fill in.
     1.9        ///
    1.10 -      Builder(DirPath &_P) : P(_P) {}
    1.11 +      Builder(DirPath &_p) : P(_p) {}
    1.12  
    1.13        /// Sets the starting node of the path.
    1.14  
    1.15 @@ -609,9 +609,9 @@
    1.16        Container front, back;
    1.17  
    1.18      public:
    1.19 -      ///\param _P the path you want to fill in.
    1.20 +      ///\param _p the path you want to fill in.
    1.21        ///
    1.22 -      Builder(UndirPath &_P) : P(_P) {}
    1.23 +      Builder(UndirPath &_p) : P(_p) {}
    1.24  
    1.25        /// Sets the starting node of the path.
    1.26