summaryrefslogtreecommitdiff
path: root/src/utils/physfscheckutils.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/utils/physfscheckutils.cpp')
-rw-r--r--src/utils/physfscheckutils.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/utils/physfscheckutils.cpp b/src/utils/physfscheckutils.cpp
index 0dc3033eb..3c0382f0c 100644
--- a/src/utils/physfscheckutils.cpp
+++ b/src/utils/physfscheckutils.cpp
@@ -27,7 +27,7 @@
#include "utils/stringutils.h"
#include "utils/physfsmemoryobject.h"
-#include "utils/physfsrwops.h"
+#include "utils/virtfsrwops.h"
#include <map>
@@ -75,7 +75,7 @@ SDL_RWops *FakePHYSFSRWOPS_openRead(const char *restrict const name,
const char *restrict const file,
const unsigned line)
{
- return addRWops(PHYSFSRWOPS_openRead(name), name, file, line);
+ return addRWops(VirtFs::RWopsOpenRead(name), name, file, line);
}
void FakePhysFSClose(SDL_RWops *const rwops)