Rename smart pointers

This commit is contained in:
Alex
2023-03-23 01:48:49 +02:00
parent 6762cbfded
commit cd7267d3c3
11 changed files with 59 additions and 59 deletions

View File

@ -52,7 +52,7 @@ namespace Recovery
return;
}
shared_ptr<VirtualFileSystem::File> pcm = vfs->Open(AudioFile);
SharedPointer<VirtualFileSystem::File> pcm = vfs->Open(AudioFile);
if (pcm->Status != FileStatus::OK)
{