Kaydet (Commit) 6cd6af5b authored tarafından Tor Lillqvist's avatar Tor Lillqvist

Make parameters to Max() match in type

üst fd54a67a
......@@ -399,7 +399,7 @@ IMPL_LINK( ImplWheelWindow, ImplScrollHdl, Timer*, EMPTYARG )
pWindow->Command( aCEvt );
if( aDel.IsDead() )
return 0;
mnRepaintTime = Max( Time::GetSystemTicks() - nTime, 1UL );
mnRepaintTime = Max( Time::GetSystemTicks() - nTime, (ULONG)1 );
ImplRecalcScrollValues();
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment