Browse Source

Fix 32bit build again

tags/1.9.6
falkTX 9 years ago
parent
commit
3a18357814
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      source/native-plugins/distrho-vectorjuice/VectorJuicePlugin.hpp

+ 1
- 1
source/native-plugins/distrho-vectorjuice/VectorJuicePlugin.hpp View File

@@ -183,7 +183,7 @@ protected:
return 0x1000;
}
long d_getUniqueId() const noexcept override
int64_t d_getUniqueId() const noexcept override
{
return d_cconst('V', 'e', 'c', 'J');
}


Loading…
Cancel
Save