COIN-OR::LEMON - Graph Library

Changeset 2523:ceb7f3c704b7 in lemon-0.x for lemon/path.h


Ignore:
Timestamp:
11/27/07 17:26:58 (16 years ago)
Author:
Akos Ladanyi
Branch:
default
Phase:
public
Convert:
svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@3399
Message:

Fix warning when compiling with -Wall.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • lemon/path.h

    r2419 r2523  
    100100
    101101      EdgeIt(const Path &_path, int _idx)
    102         : idx(_idx), path(&_path) {}
     102        : path(&_path), idx(_idx) {}
    103103
    104104    public:
Note: See TracChangeset for help on using the changeset viewer.