C++11 error

This commit is contained in:
Paul Fd 2021-02-04 00:22:42 +01:00 committed by Paul Ferrand
parent cb2caf4b15
commit f62b1ba834

View file

@ -77,7 +77,7 @@ struct OpcodeSpec
template<class U=T>
typename std::enable_if<std::is_arithmetic<U>::value, U>::type normalizeInput(U input) const
{
constexpr auto needsOperation {
constexpr int needsOperation {
kNormalizePercent |
kNormalizeMidi |
kNormalizeBend |