mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-02-03 03:30:06 +00:00
VST3: Fixed some compilation errors when building without JUCE_VST3_CAN_REPLACE_VST2
This commit is contained in:
parent
72d91dd5bf
commit
e14ca41087
1 changed files with 2 additions and 0 deletions
|
|
@ -2711,6 +2711,8 @@ private:
|
|||
#endif
|
||||
#endif
|
||||
|
||||
using namespace juce;
|
||||
|
||||
//==============================================================================
|
||||
// The VST3 plugin entry point.
|
||||
JUCE_EXPORTED_FUNCTION IPluginFactory* PLUGIN_API GetPluginFactory()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue