This website works better with JavaScript.
Home
Help
Sign In
DISTRHO
/
JUCE
mirror of
https://github.com/DISTRHO/JUCE
Watch
1
Star
0
Fork
0
Code
Releases
1
Activity
Browse Source
tags/2021-05-28
jules
18 years ago
parent
b48a4e7856
commit
78b5d2994e
2 changed files
with
2 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
build/linux/platform_specific_code/juce_linux_Messaging.cpp
+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()
{
}
Write
Preview
Loading…
Cancel
Save