Browse Source

Fix build with the clang compiler.

tags/v1.9.9
parent
commit
2be9e4027c
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      source/backend/CarlaBackend.h

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

@@ -1335,7 +1335,7 @@ typedef struct {
/*!
* Parameter ranges.
*/
typedef struct {
typedef struct _ParameterRanges {
/*!
* Default value.
*/


Loading…
Cancel
Save