mirror of
https://github.com/YACReader/yacreader
synced 2025-07-14 02:54:46 -04:00
Fix Folder::operator=
This commit is contained in:
@ -34,6 +34,9 @@ Folder &Folder::operator=(const Folder &other)
|
||||
this->finished = other.finished;
|
||||
this->completed = other.completed;
|
||||
this->manga = other.manga;
|
||||
this->numChildren = other.numChildren;
|
||||
this->firstChildHash = other.firstChildHash;
|
||||
this->customImage = other.customImage;
|
||||
|
||||
return *this;
|
||||
}
|
||||
|
Reference in New Issue
Block a user