mirror of
https://github.com/taglib/taglib.git
synced 2026-05-25 13:08:55 -04:00
Correct destructor qualification
This commit is contained in:
committed by
Urs Fleisch
parent
1b94b93762
commit
7010d112ba
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user