Cave in for clang-tidy
This commit is contained in:
parent
13ff2350d3
commit
0f7fadc7a9
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
{
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue