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
Fixed a double header inclusion bug
tags/2021-05-28
tpoole
8 years ago
parent
743c9d55e7
commit
6d369ac0d6
1 changed files
with
0 additions
and
4 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-4
modules/juce_audio_plugin_client/Standalone/juce_StandaloneFilterApp.cpp
+ 0
- 4
modules/juce_audio_plugin_client/Standalone/juce_StandaloneFilterApp.cpp
View File
@@ -43,10 +43,6 @@
extern juce::AudioProcessor* JUCE_CALLTYPE createPluginFilter();
#if JucePlugin_Enable_IAA && JUCE_IOS
#include "../../juce_audio_devices/native/juce_ios_Audio.h"
#endif
#include "juce_StandaloneFilterWindow.h"
namespace juce
Write
Preview
Loading…
Cancel
Save