Browse Source

tags/2021-05-28
jules 18 years ago
parent
commit
dbedce6112
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      extras/audio plugins/wrapper/formats/VST/juce_VstWrapper.cpp

+ 1
- 1
extras/audio plugins/wrapper/formats/VST/juce_VstWrapper.cpp View File

@@ -459,7 +459,7 @@ public:
VstInt32 getVendorVersion()
{
return 1000;
return JucePlugin_VersionCode;
}
VstPlugCategory getPlugCategory()


Loading…
Cancel
Save