Browse Source

Fix silly typo

Signed-off-by: falkTX <falktx@falktx.com>
tags/22.02
falkTX 4 years ago
parent
commit
a0af3c27ad
Signed by: falkTX <falktx@falktx.com> GPG Key ID: CDBAA37ABC74FBA0
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      plugins/Cardinal/src/Carla.cpp

+ 1
- 1
plugins/Cardinal/src/Carla.cpp View File

@@ -569,7 +569,7 @@ static void host_ui_closed(NativeHostHandle handle)
ui->visible = false;
}
#else
static void host_ui_closed(handle) {}
static void host_ui_closed(NativeHostHandle) {}
typedef ModuleWidget CarlaModuleWidget;
#endif



Loading…
Cancel
Save