edit overlay progress

This commit is contained in:
galister
2025-11-14 17:58:23 +09:00
parent 70be748da1
commit 3daee83838
46 changed files with 687 additions and 352 deletions

View File

@@ -83,7 +83,7 @@ impl TaskContainer {
}
}
pub fn transfer_from(&mut self, other: &mut TaskContainer) {
pub fn transfer_from(&mut self, other: &mut Self) {
self.tasks.append(&mut other.tasks);
}