Changeset 972


Ignore:
Timestamp:
Oct 17, 2007, 2:11:42 AM (16 years ago)
Author:
Peter
Message:

well to be correct

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/yat/utility/CommandLine.cc

    r971 r972  
    172172  {
    173173    ColumnStream cs2(os, 2);
    174     size_t width = 0;
     174    std::string::size_type width = 0;
    175175    for (std::vector<Option*>::const_iterator i(cmd.options_.begin());
    176176         i!=cmd.options_.end();++i) {
Note: See TracChangeset for help on using the changeset viewer.