COIN-OR::LEMON - Graph Library

Changeset 237:9c8efad5f587 in lemon-1.2 for lemon


Ignore:
Timestamp:
07/29/08 10:27:36 (16 years ago)
Author:
Balazs Dezso <deba@…>
Branch:
default
Phase:
public
Message:

Fixing constness of Graph in GraphWriter?

File:
1 edited

Legend:

Unmodified
Added
Removed
  • lemon/lgf_writer.h

    r220 r237  
    935935    bool local_os;
    936936
    937     Graph& _graph;
     937    const Graph& _graph;
    938938
    939939    std::string _nodes_caption;
Note: See TracChangeset for help on using the changeset viewer.