Browse Source

fix vst build

gh-pages
falkTX 10 years ago
parent
commit
6003340e8a
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      distrho/src/DistrhoPluginVST.cpp

+ 1
- 1
distrho/src/DistrhoPluginVST.cpp View File

@@ -753,7 +753,7 @@ private:
fPlugin.setState(newKey, newValue);

// check if we want to save this key
if (! fPlugin.wantsStateKey(key))
if (! fPlugin.wantsStateKey(newKey))
return;

// check if key already exists


Loading…
Cancel
Save