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