1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-10 23:44:24 +00:00

Standalone Plug-In: Avoided build errors when including juce_StandeloneFilterWindow.h in a custom standalone plug-in app

This commit is contained in:
hogliux 2017-11-02 11:26:15 +00:00
parent fae4cf6567
commit 853b93b7c5

View file

@ -24,6 +24,10 @@
==============================================================================
*/
#if JUCE_MODULE_AVAILABLE_juce_audio_plugin_client
extern AudioProcessor* JUCE_API JUCE_CALLTYPE createPluginFilterOfType (AudioProcessor::WrapperType type);
#endif
namespace juce
{