This website works better with JavaScript.
Home
Help
Sign In
falkTX
/
Carla
mirror of
https://github.com/falkTX/Carla
Watch
1
Star
0
Fork
0
Code
Releases
42
Activity
Browse Source
Fix 32bit build
tags/1.9.6
falkTX
9 years ago
parent
a45684f6e4
commit
5fffb72a22
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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');
}
Write
Preview
Loading…
Cancel
Save