mirror of
https://github.com/Fennix-Project/Kernel.git
synced 2025-07-11 23:39:20 +00:00
Rename smart pointers
This commit is contained in:
@ -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)
|
||||
{
|
||||
|
Reference in New Issue
Block a user