This website works better with JavaScript.
Home
Help
Sign In
DISTRHO
/
Cardinal
mirror of
https://github.com/DISTRHO/Cardinal.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
20
Wiki
Activity
Browse Source
Fix silly typo
Signed-off-by: falkTX <falktx@falktx.com>
tags/22.02
falkTX
4 years ago
parent
67aac496c8
commit
a0af3c27ad
Signed by:
falkTX
<falktx@falktx.com>
GPG Key ID:
CDBAA37ABC74FBA0
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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(
h
andle) {}
static void host_ui_closed(
NativeHostH
andle) {}
typedef ModuleWidget CarlaModuleWidget;
#endif
Write
Preview
Loading…
Cancel
Save