diff --git a/taglib/mp4/mp4chapter.cpp b/taglib/mp4/mp4chapter.cpp index 2222748f..00165743 100644 --- a/taglib/mp4/mp4chapter.cpp +++ b/taglib/mp4/mp4chapter.cpp @@ -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) {