mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-02-07 04:10:08 +00:00
This commit is contained in:
parent
b665365400
commit
f866008bc6
5 changed files with 14 additions and 18 deletions
|
|
@ -177,7 +177,7 @@ bool MessageManager::isThisTheMessageThread() const throw()
|
|||
return Thread::getCurrentThreadId() == messageThreadId;
|
||||
}
|
||||
|
||||
void MessageManager::setCurrentMessageThread (const int threadId) throw()
|
||||
void MessageManager::setCurrentMessageThread (const int64 threadId) throw()
|
||||
{
|
||||
messageThreadId = threadId;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue