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 headless build
Signed-off-by: falkTX <falktx@falktx.com>
pull/1723/head
falkTX
2 years ago
parent
b9b53827ad
commit
dc9b58b4cb
Signed by:
falkTX
<falktx@falktx.com>
GPG Key ID:
CDBAA37ABC74FBA0
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/CarlaPluginCLAP.cpp
+ 1
- 1
source/backend/plugin/CarlaPluginCLAP.cpp
View File
@@ -1221,7 +1221,6 @@ public:
runIdleCallbacksAsNeeded(false);
}
#endif
void* embedCustomUI(void* const ptr) override
{
@@ -1278,6 +1277,7 @@ public:
return nullptr;
}
#endif
void idle() override
{
Write
Preview
Loading…
Cancel
Save