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 again
tags/1.9.6
falkTX
9 years ago
parent
7a7c1bbab1
commit
3a18357814
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-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');
}
Write
Preview
Loading…
Cancel
Save