lemon/path.h
changeset 1044 15d7c5eadaca
parent 1000 404b98971e1f
child 1092 dceba191c00d
     1.1 --- a/lemon/path.h	Sat Mar 20 11:03:12 2010 +0100
     1.2 +++ b/lemon/path.h	Fri Mar 08 10:47:38 2013 +0100
     1.3 @@ -317,7 +317,7 @@
     1.4  
     1.5        /// Constructor with starting point
     1.6        ArcIt(const SimplePath &_path, int _idx)
     1.7 -        : idx(_idx), path(&_path) {}
     1.8 +        : path(&_path), idx(_idx) {}
     1.9  
    1.10      public:
    1.11