Changeset 971


Ignore:
Timestamp:
Oct 16, 2007, 8:39:19 PM (15 years ago)
Author:
Markus Ringnér
Message:

Fixed bug so things compile on OS X.

File:
1 edited

Legend:

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

    r966 r971  
    172172  {
    173173    ColumnStream cs2(os, 2);
    174     u_int width = 0;
     174    size_t 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.