aboutsummaryrefslogtreecommitdiff
path: root/drivers/unix/file_access_unix.h
diff options
context:
space:
mode:
authorMarcelo Fernandez2017-09-17 14:40:58 -0300
committerMarcelo Fernandez2017-09-17 14:40:58 -0300
commit3528b1e571dee24917b0141232f135e29bf088ba (patch)
tree1994ea234d7c52dac02084242671348844bed3fc /drivers/unix/file_access_unix.h
parent574a5714dcbf5fcf126f3f99caab62a345e665c1 (diff)
downloadgodot-3528b1e571dee24917b0141232f135e29bf088ba.tar.gz
godot-3528b1e571dee24917b0141232f135e29bf088ba.tar.zst
godot-3528b1e571dee24917b0141232f135e29bf088ba.zip
Diffstat (limited to 'drivers/unix/file_access_unix.h')
-rw-r--r--drivers/unix/file_access_unix.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/unix/file_access_unix.h b/drivers/unix/file_access_unix.h
index 6e5110431..c5ab8821b 100644
--- a/drivers/unix/file_access_unix.h
+++ b/drivers/unix/file_access_unix.h
@@ -78,6 +78,8 @@ public:
virtual uint64_t _get_modified_time(const String &p_file);
+ virtual Error _chmod(const String &p_path, int p_mod);
+
FileAccessUnix();
virtual ~FileAccessUnix();
};