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
43
Activity
Browse Source
Fix 32bit build
tags/1.9.4
falkTX
12 years ago
parent
c4e0adad1b
commit
d53c2f4ebb
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
source/backend/plugin/BridgePlugin.cpp
+ 1
- 1
source/backend/plugin/BridgePlugin.cpp
View File
@@ -1352,7 +1352,7 @@ public:
pData->hints = hints | PLUGIN_IS_BRIDGE;
fInfo.category = static_cast<PluginCategory>(category);
fInfo.uniqueId = uniqueId;
fInfo.uniqueId =
static_cast<long int>(
uniqueId
)
;
fInfo.name = name;
fInfo.label = label;
Write
Preview
Loading…
Cancel
Save