Browse Source

Fix headless build

Signed-off-by: falkTX <falktx@falktx.com>
tags/22.07
falkTX 2 years ago
parent
commit
97a2d5935a
Signed by: falkTX <falktx@falktx.com> GPG Key ID: CDBAA37ABC74FBA0
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      plugins/Cardinal/src/Ildaeil.cpp

+ 1
- 0
plugins/Cardinal/src/Ildaeil.cpp View File

@@ -1812,6 +1812,7 @@ struct IldaeilModuleWidget : ModuleWidgetWithSideScrews<26> {
};
#else
static void host_ui_parameter_changed(NativeHostHandle, uint32_t, float) {}
static void host_ui_closed(NativeHostHandle) {}
static const char* host_ui_open_file(NativeHostHandle, bool, const char*, const char*) { return nullptr; }
static void projectLoadedFromDSP(void*) {}
struct IldaeilModuleWidget : ModuleWidget {


Loading…
Cancel
Save