Browse Source

Remove the const qualifier on ParameterEnumerationValue

pull/309/head
Jean Pierre Cimalando 4 years ago
parent
commit
eed41d86f3
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      distrho/DistrhoPlugin.hpp

+ 1
- 1
distrho/DistrhoPlugin.hpp View File

@@ -405,7 +405,7 @@ struct ParameterEnumerationValues {
Array of @ParameterEnumerationValue items.@n
This pointer must be null or have been allocated on the heap with `new ParameterEnumerationValue[count]`.
*/
const ParameterEnumerationValue* values;
ParameterEnumerationValue* values;

/**
Default constructor, for zero enumeration values.


Loading…
Cancel
Save