Correct destructor qualification

This commit is contained in:
Stephen Booth
2026-05-17 08:12:12 +02:00
committed by Urs Fleisch
parent 1b94b93762
commit 7010d112ba
+1 -1
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)
{