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
Fix build with hosts using vestige header
Signed-off-by: falkTX <falktx@falktx.com>
v6.1.6-distrho
falkTX
3 years ago
parent
ebf8384497
commit
df3213612d
Signed by:
falkTX
<falktx@falktx.com>
GPG Key ID:
CDBAA37ABC74FBA0
1 changed files
with
2 additions
and
0 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-0
modules/juce_audio_processors/utilities/juce_ExtensionsVisitor.h
+ 2
- 0
modules/juce_audio_processors/utilities/juce_ExtensionsVisitor.h
View File
@@ -63,7 +63,9 @@ typedef AudioComponentInstance AudioUnit;
}
}
@endcode
@endcode
*/
*/
#ifndef _VESTIGE_H
struct AEffect;
struct AEffect;
#endif
//==============================================================================
//==============================================================================
namespace juce
namespace juce
Write
Preview
Loading…
Cancel
Save