[Web] Fix DirAccess::unlink() not updating the IDBFS

This commit is contained in:
Adam Scott 2024-12-09 17:25:53 -05:00
parent aa8d9b83f6
commit a6c5373a09
No known key found for this signature in database
GPG key ID: F6BA2A0302E21A77
6 changed files with 31 additions and 5 deletions

View file

@ -443,7 +443,7 @@ void FileAccessUnix::close() {
_close();
}
CloseNotificationFunc FileAccessUnix::close_notification_func = nullptr;
FileAccessUnix::CloseNotificationFunc FileAccessUnix::close_notification_func = nullptr;
FileAccessUnix::~FileAccessUnix() {
_close();