From f62b1ba834d3dc1ea6e2a6c09165b7f95533b72f Mon Sep 17 00:00:00 2001 From: Paul Fd Date: Thu, 4 Feb 2021 00:22:42 +0100 Subject: [PATCH] C++11 error --- src/sfizz/Defaults.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/sfizz/Defaults.h b/src/sfizz/Defaults.h index 65e7215f..2db5216c 100644 --- a/src/sfizz/Defaults.h +++ b/src/sfizz/Defaults.h @@ -77,7 +77,7 @@ struct OpcodeSpec template typename std::enable_if::value, U>::type normalizeInput(U input) const { - constexpr auto needsOperation { + constexpr int needsOperation { kNormalizePercent | kNormalizeMidi | kNormalizeBend |