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
Standalone Plug-In: Avoided build errors when including juce_StandeloneFilterWindow.h in a custom standalone plug-in app
tags/2021-05-28
hogliux
8 years ago
parent
fae4cf6567
commit
853b93b7c5
1 changed files
with
4 additions
and
0 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+4
-0
modules/juce_audio_plugin_client/Standalone/juce_StandaloneFilterWindow.h
+ 4
- 0
modules/juce_audio_plugin_client/Standalone/juce_StandaloneFilterWindow.h
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
namespace juce
{
{
Write
Preview
Loading…
Cancel
Save