Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Nov 29, 2009, 9:27:22 PM (14 years ago)
Author:
rgrieder
Message:

Fixed Linux build and removed a warning

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/presentation2/src/libraries/core/IOConsole.cc

    r6178 r6179  
    404404        return !this->statusLineWidths_.empty()
    405405             && this->terminalWidth_  >= this->statusLineMaxWidth_
    406              && this->terminalHeight_ >= (this->minOutputLines_ + this->statusLineWidths_.size());
     406             && this->terminalHeight_ >= this->minOutputLines_ + (int)this->statusLineWidths_.size();
    407407    }
    408408
Note: See TracChangeset for help on using the changeset viewer.