mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-18 00:54:19 +00:00
Fixed an IAA namespacing issue
This commit is contained in:
parent
d31e44b5ab
commit
d654e442aa
1 changed files with 4 additions and 2 deletions
|
|
@ -129,8 +129,12 @@ protected:
|
|||
ScopedPointer<StandaloneFilterWindow> mainWindow;
|
||||
};
|
||||
|
||||
} // namespace juce
|
||||
|
||||
#if JucePlugin_Build_Standalone && JUCE_IOS
|
||||
|
||||
using namespace juce;
|
||||
|
||||
bool JUCE_CALLTYPE juce_isInterAppAudioConnected()
|
||||
{
|
||||
if (auto holder = StandalonePluginHolder::getInstance())
|
||||
|
|
@ -156,6 +160,4 @@ Image JUCE_CALLTYPE juce_getIAAHostIcon (int size)
|
|||
#endif
|
||||
#endif
|
||||
|
||||
} // namespace juce
|
||||
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue