diff --git a/src/sfizz/AudioBuffer.h b/src/sfizz/AudioBuffer.h index 7de52af2..3d376a0d 100644 --- a/src/sfizz/AudioBuffer.h +++ b/src/sfizz/AudioBuffer.h @@ -28,7 +28,7 @@ namespace sfz template class AudioBuffer { public: - using value_type = std::remove_cv_t; + using value_type = typename std::remove_cv::type; using pointer = value_type*; using const_pointer = const value_type*; using iterator = pointer;