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:
parent
fae4cf6567
commit
853b93b7c5
1 changed files with 4 additions and 0 deletions
|
|
@ -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
|
||||
{
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue