Changeset 19407 for trunk/Mars/mbase


Ignore:
Timestamp:
11/20/18 10:23:56 (6 years ago)
Author:
tbretz
Message:
Comparison between signed an unsigned
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Mars/mbase/MStatusDisplay.cc

    r19358 r19407  
    35553555{
    35563556    if (event->fType==kGKeyPress &&
    3557         event->fCode==gVirtualX->KeysymToKeycode(' ') &&
     3557        event->fCode==static_cast<UInt_t>(gVirtualX->KeysymToKeycode(' ')) &&
    35583558        fStatus==(Status_t)kLoopPause)
    35593559        fStatus = (Status_t)kLoopStep;
Note: See TracChangeset for help on using the changeset viewer.