Browse Source

Dummy declarations for commonly used classes in DSP code

Signed-off-by: falkTX <falktx@falktx.com>
pull/95/head
falkTX 3 years ago
parent
commit
a304fdebd1
Signed by: falkTX <falktx@falktx.com> GPG Key ID: CDBAA37ABC74FBA0
1 changed files with 7 additions and 0 deletions
  1. +7
    -0
      libs/juce-plugin/JucePluginMain.cpp

+ 7
- 0
libs/juce-plugin/JucePluginMain.cpp View File

@@ -40,3 +40,10 @@
#else
#error Invalid configuration
#endif

#if JUCE_AUDIOPROCESSOR_NO_GUI
// commonly used classes in DSP code
namespace juce {
Colour::Colour(juce::uint32) noexcept {}
}
#endif

Loading…
Cancel
Save