Changeset 1503:97836166605d in lemon-0.x for gui/all_include.h
- Timestamp:
- 06/17/05 16:53:28 (20 years ago)
- Branch:
- default
- Phase:
- public
- Convert:
- svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@1984
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
gui/all_include.h
r1501 r1503 25 25 26 26 #ifndef MAIN_PART 27 extern std:: string *property_strings;28 extern double *property_defaults;27 extern std::vector <std::string> property_strings; 28 extern std::vector <double> property_defaults; 29 29 #endif //MAIN_PART 30 30
Note: See TracChangeset
for help on using the changeset viewer.