summaryrefslogtreecommitdiff
path: root/Source/Core/Common/Src/MappedFile.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Source/Core/Common/Src/MappedFile.cpp')
-rw-r--r--Source/Core/Common/Src/MappedFile.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/Core/Common/Src/MappedFile.cpp b/Source/Core/Common/Src/MappedFile.cpp
index e22e121722..29b86285c0 100644
--- a/Source/Core/Common/Src/MappedFile.cpp
+++ b/Source/Core/Common/Src/MappedFile.cpp
@@ -226,7 +226,7 @@ void CMappedFile::Unlock(u8* ptr)
}
-IMappedFile* IMappedFile::CreateMappedFile(void)
+IMappedFile* IMappedFile::CreateMappedFileDEPRECATED(void)
{
return(new CMappedFile);
}