Browse Source
PluginHostType: Add missing juce:: namespace
tags/2021-05-28
reuk
4 years ago
No known key found for this signature in database
GPG Key ID: 9ADCD339CFC98A11
1 changed files with
1 additions and
1 deletions
-
modules/juce_audio_processors/utilities/juce_PluginHostType.cpp
|
|
@@ -26,7 +26,7 @@ |
|
|
|
#if JucePlugin_Enable_IAA && JucePlugin_Build_Standalone && JUCE_IOS && (! JUCE_USE_CUSTOM_PLUGIN_STANDALONE_APP)
|
|
|
|
bool JUCE_CALLTYPE juce_isInterAppAudioConnected();
|
|
|
|
void JUCE_CALLTYPE juce_switchToHostApplication();
|
|
|
|
Image JUCE_CALLTYPE juce_getIAAHostIcon (int);
|
|
|
|
juce::Image JUCE_CALLTYPE juce_getIAAHostIcon (int);
|
|
|
|
#endif
|
|
|
|
|
|
|
|
namespace juce
|
|
|
|