Fix headless build
Signed-off-by: falkTX <falktx@falktx.com>
This commit is contained in:
parent
5c26b531f6
commit
97a2d5935a
1 changed files with 1 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue