From dc9b58b4cb148f5f38654defe19b1fe2556acc21 Mon Sep 17 00:00:00 2001 From: falkTX Date: Fri, 14 Oct 2022 18:46:41 +0100 Subject: [PATCH] Fix headless build Signed-off-by: falkTX --- source/backend/plugin/CarlaPluginCLAP.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/backend/plugin/CarlaPluginCLAP.cpp b/source/backend/plugin/CarlaPluginCLAP.cpp index de3e61ebb..db06c5bc5 100644 --- a/source/backend/plugin/CarlaPluginCLAP.cpp +++ b/source/backend/plugin/CarlaPluginCLAP.cpp @@ -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 {