mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-02-08 04:20:09 +00:00
added a few comments for MessageManager
This commit is contained in:
parent
3f48d7c085
commit
19100c21f2
4 changed files with 44 additions and 17 deletions
|
|
@ -189,7 +189,8 @@ bool MessageManager::currentThreadHasLockedMessageManager() const throw()
|
|||
|
||||
//==============================================================================
|
||||
MessageManagerLock::MessageManagerLock() throw()
|
||||
: locked (false)
|
||||
: lastLockingThreadId (0),
|
||||
locked (false)
|
||||
{
|
||||
if (MessageManager::instance != 0)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue