1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-24 01:54:22 +00:00

Minor code modernisations.

This commit is contained in:
Julian Storer 2010-02-03 19:05:03 +00:00
parent f3b46c9a2f
commit b2e5ef2bd6
17 changed files with 104 additions and 96 deletions

View file

@ -90,7 +90,7 @@ void SplashScreen::show (const String& title,
originalClickCounter = removeOnMouseClick
? Desktop::getMouseButtonClickCounter()
: INT_MAX;
: std::numeric_limits<int>::max();
earliestTimeToDelete = Time::getCurrentTime() + RelativeTime::milliseconds (minimumTimeToDisplayFor);