1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-22 01:34:21 +00:00

Fixed a build error on Linux

This commit is contained in:
hogliux 2017-11-02 11:40:08 +00:00
parent 853b93b7c5
commit f4de59972a

View file

@ -25,7 +25,7 @@
*/
#if JUCE_MODULE_AVAILABLE_juce_audio_plugin_client
extern AudioProcessor* JUCE_API JUCE_CALLTYPE createPluginFilterOfType (AudioProcessor::WrapperType type);
extern juce::AudioProcessor* JUCE_API JUCE_CALLTYPE createPluginFilterOfType (juce::AudioProcessor::WrapperType type);
#endif
namespace juce