Missed changes

This commit is contained in:
paul 2019-08-22 17:18:17 +02:00
parent b909e468bf
commit b88a1c3e00

View file

@ -213,5 +213,6 @@ constexpr bool ADSREnvelope<Type>::isSmoothing() noexcept
return currentState != State::Done;
}
// Explicit instantiation
template class ADSREnvelope<float>;
}