Correct destructor qualification

This commit is contained in:
Stephen Booth
2026-05-16 08:20:42 -06:00
committed by Urs Fleisch
parent 1b94b93762
commit 7010d112ba

View File

@@ -50,7 +50,7 @@ MP4::Chapter::Chapter(const Chapter &other) :
MP4::Chapter::Chapter(Chapter &&other) noexcept = default;
MP4::Chapter::Chapter::~Chapter() = default;
MP4::Chapter::~Chapter() = default;
MP4::Chapter &MP4::Chapter::Chapter::operator=(const Chapter &other)
{