Correct assignment operator qualification

This commit is contained in:
Stephen Booth
2026-05-16 08:24:12 -06:00
committed by Urs Fleisch
parent 7010d112ba
commit 83fdf27cd7

View File

@@ -58,7 +58,7 @@ MP4::Chapter &MP4::Chapter::Chapter::operator=(const Chapter &other)
return *this;
}
MP4::Chapter &MP4::Chapter::Chapter::operator=(
MP4::Chapter &MP4::Chapter::operator=(
Chapter &&other) noexcept = default;
bool MP4::Chapter::operator==(const Chapter &other) const