From c3408b1cd8617f3938ff6db84b7ad6dde72c8c98 Mon Sep 17 00:00:00 2001 From: falkTX Date: Tue, 11 Apr 2023 16:45:51 +0200 Subject: [PATCH] Fix C compat Signed-off-by: falkTX --- source/frontend/CarlaFrontend.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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; // --------------------------------------------------------------------------------------------------------------------