commit 784309eba858176d006182566bed4bc91eb7a069 parent ef960c26f3ba684b7ec46cf874be53698cefbeda Author: falkTX <falktx@falktx.com> Date: Thu, 6 Apr 2023 19:07:15 +0200 Fix typo Signed-off-by: falkTX <falktx@falktx.com> Diffstat:
M | distrho/DistrhoDetails.hpp | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/distrho/DistrhoDetails.hpp b/distrho/DistrhoDetails.hpp @@ -500,7 +500,7 @@ struct ParameterEnumerationValue { /** Constructor using custom values, constexpr compatible variant. */ - contexpr ParameterEnumerationValue(float v, const std::string_view& l) noexcept + constexpr ParameterEnumerationValue(float v, const std::string_view& l) noexcept : value(v), label(l) {} #endif