mirror of
https://github.com/EnderIce2/Fennix.git
synced 2025-07-14 00:39:16 +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