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:
parent
f01340e4aa
commit
7bfa419f17
12 changed files with 229 additions and 175 deletions
|
|
@ -173,11 +173,10 @@ public:
|
|||
owner.sendSelectionChangeMessage();
|
||||
}
|
||||
|
||||
bool useTimeSlice()
|
||||
int useTimeSlice()
|
||||
{
|
||||
updateIcon (false);
|
||||
thread.removeTimeSliceClient (this);
|
||||
return false;
|
||||
return -1;
|
||||
}
|
||||
|
||||
void handleAsyncUpdate()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue