Browse Source

Fix CarlaBackend.h ANSI compat

tags/1.9.4
falkTX 10 years ago
parent
commit
dfd240e3a9
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      source/backend/CarlaBackend.h

+ 1
- 1
source/backend/CarlaBackend.h View File

@@ -1353,7 +1353,7 @@ typedef struct {
{
return value * (max - min) + min;
}
#endif // __cplusplus
#endif /* __cplusplus */

} ParameterRanges;



Loading…
Cancel
Save