C++11 error
This commit is contained in:
parent
cb2caf4b15
commit
f62b1ba834
1 changed files with 1 additions and 1 deletions
|
|
@ -77,7 +77,7 @@ struct OpcodeSpec
|
||||||
template<class U=T>
|
template<class U=T>
|
||||||
typename std::enable_if<std::is_arithmetic<U>::value, U>::type normalizeInput(U input) const
|
typename std::enable_if<std::is_arithmetic<U>::value, U>::type normalizeInput(U input) const
|
||||||
{
|
{
|
||||||
constexpr auto needsOperation {
|
constexpr int needsOperation {
|
||||||
kNormalizePercent |
|
kNormalizePercent |
|
||||||
kNormalizeMidi |
|
kNormalizeMidi |
|
||||||
kNormalizeBend |
|
kNormalizeBend |
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue