From d2ebac3a302f41223ab86f5bc2862dd3a050a010 Mon Sep 17 00:00:00 2001 From: bruvzg <7645683+bruvzg@users.noreply.github.com> Date: Tue, 12 Apr 2022 11:15:02 +0300 Subject: Remove or make private `FileAccess` `close()` methods. --- drivers/windows/file_access_windows.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'drivers/windows/file_access_windows.h') diff --git a/drivers/windows/file_access_windows.h b/drivers/windows/file_access_windows.h index 93d37c3b5a..5d67b6ca4f 100644 --- a/drivers/windows/file_access_windows.h +++ b/drivers/windows/file_access_windows.h @@ -48,9 +48,10 @@ class FileAccessWindows : public FileAccess { String path_src; String save_path; + void _close(); + public: virtual Error _open(const String &p_path, int p_mode_flags); ///< open a file - virtual void close(); ///< close a file virtual bool is_open() const; ///< true when file is open virtual String get_path() const; /// returns the path for the current open file -- cgit v1.2.3