clang-tidy: default virtual destructors
Found with cppcoreguidelines-special-member-functions Signed-off-by: Rosen Penev <rosenp@gmail.com>
This commit is contained in:
@@ -31,7 +31,7 @@ struct AudioFormat;
|
||||
*/
|
||||
class PcmResampler {
|
||||
public:
|
||||
virtual ~PcmResampler() {}
|
||||
virtual ~PcmResampler() = default;
|
||||
|
||||
/**
|
||||
* Opens the resampler, preparing it for Resample().
|
||||
|
||||
Reference in New Issue
Block a user