Browse Source

Fix 32bit build

tags/1.9.6
falkTX 9 years ago
parent
commit
5fffb72a22
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      source/native-plugins/distrho-wobblejuice/WobbleJuicePlugin.hpp

+ 1
- 1
source/native-plugins/distrho-wobblejuice/WobbleJuicePlugin.hpp View File

@@ -99,7 +99,7 @@ protected:
return 0x1000;
}
long d_getUniqueId() const noexcept override
int64_t d_getUniqueId() const noexcept override
{
return d_cconst('W', 'b', 'l', 'J');
}


Loading…
Cancel
Save