Browse Source

Fix C compat

Signed-off-by: falkTX <falktx@falktx.com>
pull/1775/head
falkTX 1 year ago
parent
commit
c3408b1cd8
Signed by: falkTX <falktx@falktx.com> GPG Key ID: CDBAA37ABC74FBA0
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      source/frontend/CarlaFrontend.h

+ 2
- 2
source/frontend/CarlaFrontend.h View File

@@ -52,9 +52,9 @@ typedef struct {
uint parametersOuts;
} PluginListDialogResults;

struct PluginListRefreshDialogResults {
typedef struct {
char todo;
};
} PluginListRefreshDialogResults;

// --------------------------------------------------------------------------------------------------------------------



Loading…
Cancel
Save