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 { }