clang-tidy: default virtual destructors
Found with cppcoreguidelines-special-member-functions Signed-off-by: Rosen Penev <rosenp@gmail.com>
This commit is contained in:
@@ -57,7 +57,7 @@ public:
|
||||
|
||||
Mixer(const Mixer &) = delete;
|
||||
|
||||
virtual ~Mixer() {}
|
||||
virtual ~Mixer() = default;
|
||||
|
||||
bool IsPlugin(const MixerPlugin &other) const noexcept {
|
||||
return &plugin == &other;
|
||||
|
Reference in New Issue
Block a user