From 1aada996dc0026460256cf4abcf26271c8b0d0ce Mon Sep 17 00:00:00 2001 From: Thomas Harte Date: Mon, 22 Nov 2021 11:18:17 -0500 Subject: [PATCH] Correct `const`ing. --- Outputs/Speaker/Implementation/LowpassSpeaker.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Outputs/Speaker/Implementation/LowpassSpeaker.hpp b/Outputs/Speaker/Implementation/LowpassSpeaker.hpp index f71a0ed51..76492415a 100644 --- a/Outputs/Speaker/Implementation/LowpassSpeaker.hpp +++ b/Outputs/Speaker/Implementation/LowpassSpeaker.hpp @@ -298,7 +298,7 @@ template class PushLowpass: public LowpassBase class PushLowpass: public LowpassBase