diff --git a/source/frontend/CarlaFrontend.h b/source/frontend/CarlaFrontend.h index 384c4df6d..2b50029e8 100644 --- a/source/frontend/CarlaFrontend.h +++ b/source/frontend/CarlaFrontend.h @@ -52,9 +52,9 @@ typedef struct { uint parametersOuts; } PluginListDialogResults; -struct PluginListRefreshDialogResults { +typedef struct { char todo; -}; +} PluginListRefreshDialogResults; // --------------------------------------------------------------------------------------------------------------------