1
0
Fork 0
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:
jules 2008-12-11 11:49:49 +00:00
parent 3f48d7c085
commit 19100c21f2
4 changed files with 44 additions and 17 deletions

View file

@ -189,7 +189,8 @@ bool MessageManager::currentThreadHasLockedMessageManager() const throw()
//==============================================================================
MessageManagerLock::MessageManagerLock() throw()
: locked (false)
: lastLockingThreadId (0),
locked (false)
{
if (MessageManager::instance != 0)
{