Fix silly typo
Signed-off-by: falkTX <falktx@falktx.com>
This commit is contained in:
parent
67aac496c8
commit
a0af3c27ad
1 changed files with 1 additions and 1 deletions
|
@ -569,7 +569,7 @@ static void host_ui_closed(NativeHostHandle handle)
|
||||||
ui->visible = false;
|
ui->visible = false;
|
||||||
}
|
}
|
||||||
#else
|
#else
|
||||||
static void host_ui_closed(handle) {}
|
static void host_ui_closed(NativeHostHandle) {}
|
||||||
typedef ModuleWidget CarlaModuleWidget;
|
typedef ModuleWidget CarlaModuleWidget;
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue