clang-tidy: modernize-use-equals-default

This commit is contained in:
Peter Johnson
2020-12-28 00:37:33 -08:00
parent b124f9101b
commit 67e03e625d
30 changed files with 51 additions and 51 deletions

View File

@@ -39,7 +39,7 @@ class SourceReaderCB : public IMFSourceReaderCallback {
private:
// Destructor is private. Caller should call Release.
virtual ~SourceReaderCB() {}
virtual ~SourceReaderCB() = default;
void NotifyError(HRESULT hr);
ULONG m_nRefCount;