From 0f7fadc7a94c4a64798af4a751f7b53562c82167 Mon Sep 17 00:00:00 2001 From: Paul Ferrand Date: Sat, 31 Oct 2020 09:18:13 +0100 Subject: [PATCH] Cave in for clang-tidy --- src/sfizz/Synth.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/sfizz/Synth.cpp b/src/sfizz/Synth.cpp index 02e3ff27..585689d7 100644 --- a/src/sfizz/Synth.cpp +++ b/src/sfizz/Synth.cpp @@ -377,7 +377,7 @@ struct Synth::Impl : public Voice::StateListener, public Parser::Listener { }; Synth::Synth() -: impl_(new Impl) +: impl_(new Impl) // NOLINT: (paul) I don't get why clang-tidy complains here { }