From 9f2dc68279761bb5c4ed569ba4fcae002facd810 Mon Sep 17 00:00:00 2001 From: kobewi Date: Mon, 5 Sep 2022 13:01:31 +0200 Subject: Replace File/Directory with FileAccess/DirAccess --- platform/android/file_access_filesystem_jandroid.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'platform/android/file_access_filesystem_jandroid.cpp') diff --git a/platform/android/file_access_filesystem_jandroid.cpp b/platform/android/file_access_filesystem_jandroid.cpp index 56561cb616..c2ee3389ae 100644 --- a/platform/android/file_access_filesystem_jandroid.cpp +++ b/platform/android/file_access_filesystem_jandroid.cpp @@ -61,7 +61,7 @@ String FileAccessFilesystemJAndroid::get_path_absolute() const { return absolute_path; } -Error FileAccessFilesystemJAndroid::_open(const String &p_path, int p_mode_flags) { +Error FileAccessFilesystemJAndroid::open_internal(const String &p_path, int p_mode_flags) { if (is_open()) { _close(); } -- cgit v1.2.3