Changeset 971
- Timestamp:
- Oct 16, 2007, 8:39:19 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/yat/utility/CommandLine.cc
r966 r971 172 172 { 173 173 ColumnStream cs2(os, 2); 174 u_int width = 0;174 size_t width = 0; 175 175 for (std::vector<Option*>::const_iterator i(cmd.options_.begin()); 176 176 i!=cmd.options_.end();++i) {
Note: See TracChangeset
for help on using the changeset viewer.