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

Changed the return type of TimeSliceThreadClient::useTimeSlice().

This commit is contained in:
Julian Storer 2011-01-19 18:15:24 +00:00
parent f01340e4aa
commit 7bfa419f17
12 changed files with 229 additions and 175 deletions

View file

@ -173,11 +173,10 @@ public:
owner.sendSelectionChangeMessage();
}
bool useTimeSlice()
int useTimeSlice()
{
updateIcon (false);
thread.removeTimeSliceClient (this);
return false;
return -1;
}
void handleAsyncUpdate()