fix File::Touch() propagation

This commit is contained in:
2022-08-28 12:27:02 +09:00
parent beb6ca8ab9
commit 9b6eb1a08c
5 changed files with 40 additions and 0 deletions

View File

@@ -68,6 +68,7 @@ void FileHolder::SetUp() noexcept {
}
}
onChildUpdate();
owner_->Touch();
});
}