COIN-OR::LEMON - Graph Library

Changeset 1228:0a7719037acb in lemon-0.x for src/lemon/concept/path.h


Ignore:
Timestamp:
03/19/05 10:44:27 (19 years ago)
Author:
Alpar Juttner
Branch:
default
Phase:
public
Convert:
svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@1648
Message:

A strange compilation failure (under cygwin) is fixed.
Version 0.3 should be fixed as well.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/lemon/concept/path.h

    r1164 r1228  
    184184        ///\param _P the path you want to fill in.
    185185        ///
    186         Builder(Path &_P) : P(_P) {}
     186
     187        Builder(Path &_p) : P(_p) {}
    187188
    188189        /// Sets the starting node of the path.
Note: See TracChangeset for help on using the changeset viewer.