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 --- drivers/unix/file_access_unix.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'drivers/unix/file_access_unix.h') diff --git a/drivers/unix/file_access_unix.h b/drivers/unix/file_access_unix.h index 297c34e454..e1311a80f8 100644 --- a/drivers/unix/file_access_unix.h +++ b/drivers/unix/file_access_unix.h @@ -54,7 +54,7 @@ class FileAccessUnix : public FileAccess { public: static CloseNotificationFunc close_notification_func; - virtual Error _open(const String &p_path, int p_mode_flags) override; ///< open a file + virtual Error open_internal(const String &p_path, int p_mode_flags) override; ///< open a file virtual bool is_open() const override; ///< true when file is open virtual String get_path() const override; /// returns the path for the current open file -- cgit v1.2.3