Changeset 540 for trunk/bin/Parameter.h
- Timestamp:
- Dec 29, 2007, 3:40:23 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bin/Parameter.h
r538 r540 54 54 void defaults(void); 55 55 void help(void); 56 void version( void) const;56 void version(bool=false) const; 57 57 58 58 std::string config_file_; … … 66 66 std::string targetdir_; 67 67 bool verbose_; 68 bool version_; 68 69 }; 69 70
Note: See TracChangeset
for help on using the changeset viewer.