COIN-OR::LEMON - Graph Library

Changeset 1503:97836166605d in lemon-0.x for gui/all_include.h


Ignore:
Timestamp:
06/17/05 16:53:28 (19 years ago)
Author:
Hegyi Péter
Branch:
default
Phase:
public
Convert:
svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@1984
Message:

Little beauty fault is corrected.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • gui/all_include.h

    r1501 r1503  
    2525
    2626#ifndef MAIN_PART
    27 extern std::string * property_strings;
    28 extern double * property_defaults;
     27extern std::vector <std::string> property_strings;
     28extern std::vector <double> property_defaults;
    2929#endif //MAIN_PART
    3030
Note: See TracChangeset for help on using the changeset viewer.