diff options
| author | kobewi <kobewi4e@gmail.com> | 2022-09-05 13:01:31 +0200 |
|---|---|---|
| committer | kobewi <kobewi4e@gmail.com> | 2022-09-19 11:03:31 +0200 |
| commit | 9f2dc68279761bb5c4ed569ba4fcae002facd810 (patch) | |
| tree | 7c0da0d1a197f1faf3abe263752fea21abf79215 /drivers/windows/file_access_windows.cpp | |
| parent | 63c0dc690e06731224e88911ed16d1b798b681b5 (diff) | |
| download | redot-engine-9f2dc68279761bb5c4ed569ba4fcae002facd810.tar.gz | |
Replace File/Directory with FileAccess/DirAccess
Diffstat (limited to 'drivers/windows/file_access_windows.cpp')
| -rw-r--r-- | drivers/windows/file_access_windows.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/windows/file_access_windows.cpp b/drivers/windows/file_access_windows.cpp index 1a66d19373..095d936c78 100644 --- a/drivers/windows/file_access_windows.cpp +++ b/drivers/windows/file_access_windows.cpp @@ -58,7 +58,7 @@ void FileAccessWindows::check_errors() const { } } -Error FileAccessWindows::_open(const String &p_path, int p_mode_flags) { +Error FileAccessWindows::open_internal(const String &p_path, int p_mode_flags) { _close(); path_src = p_path; |
