COIN-OR::LEMON - Graph Library

Ignore:
Timestamp:
04/19/05 16:15:01 (19 years ago)
Author:
Alpar Juttner
Branch:
default
Phase:
public
Convert:
svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@1820
Message:

Get rid of all '-Wall -W' warnings.

File:
1 edited

Legend:

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

    r1367 r1375  
    573573      /// Copy constructor.
    574574      ///
    575       GraphIncIterator(GraphIncIterator const&) {}
     575      GraphIncIterator(GraphIncIterator const& gi) :Edge(gi) {}
    576576      /// Sets the iterator to the first edge incoming into or outgoing
    577577      /// from the node.
Note: See TracChangeset for help on using the changeset viewer.