Browse Source

Fix headless build

Signed-off-by: falkTX <falktx@falktx.com>
pull/1723/head
falkTX 2 years ago
parent
commit
dc9b58b4cb
Signed by: falkTX <falktx@falktx.com> GPG Key ID: CDBAA37ABC74FBA0
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      source/backend/plugin/CarlaPluginCLAP.cpp

+ 1
- 1
source/backend/plugin/CarlaPluginCLAP.cpp View File

@@ -1221,7 +1221,6 @@ public:


runIdleCallbacksAsNeeded(false); runIdleCallbacksAsNeeded(false);
} }
#endif


void* embedCustomUI(void* const ptr) override void* embedCustomUI(void* const ptr) override
{ {
@@ -1278,6 +1277,7 @@ public:


return nullptr; return nullptr;
} }
#endif


void idle() override void idle() override
{ {


Loading…
Cancel
Save