Browse Source

tags/2021-05-28
jules 18 years ago
parent
commit
78b5d2994e
2 changed files with 2 additions and 2 deletions
  1. +1
    -1
      build/linux/platform_specific_code/juce_linux_Messaging.cpp
  2. +1
    -1
      build/macosx/platform_specific_code/juce_mac_Messaging.cpp

+ 1
- 1
build/linux/platform_specific_code/juce_linux_Messaging.cpp View File

@@ -264,7 +264,7 @@ bool juce_postMessageToSystemQueue (void* message)
return true;
}
void MessageManager::broadcastMessage (const String& value)
void MessageManager::broadcastMessage (const String& value) throw()
{
}


+ 1
- 1
build/macosx/platform_specific_code/juce_mac_Messaging.cpp View File

@@ -299,7 +299,7 @@ bool juce_postMessageToSystemQueue (void* message)
return false;
}
void MessageManager::broadcastMessage (const String& value)
void MessageManager::broadcastMessage (const String& value) throw()
{
}


Loading…
Cancel
Save