Cave in for clang-tidy

This commit is contained in:
Paul Ferrand 2020-10-31 09:18:13 +01:00
parent 13ff2350d3
commit 0f7fadc7a9

View file

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