diff options
author | Fredia Huya-Kouadio <fhuya@fb.com> | 2022-08-30 10:00:03 -0700 |
---|---|---|
committer | Fredia Huya-Kouadio <fhuya@fb.com> | 2022-08-30 10:04:12 -0700 |
commit | f916dff26d3f9255aece2a4121a23fce15881747 (patch) | |
tree | a01ff630f5780c0e5f9b063155b6369acf217036 /core/io | |
parent | 706d988baae40da49c942cf4e7180368fc9b1ead (diff) |
Additional fixes to the Android `get_current_dir()` implementation.
Diffstat (limited to 'core/io')
-rw-r--r-- | core/io/dir_access.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/io/dir_access.h b/core/io/dir_access.h index d5318dfb45..2469c2a080 100644 --- a/core/io/dir_access.h +++ b/core/io/dir_access.h @@ -55,7 +55,7 @@ private: protected: String _get_root_path() const; - String _get_root_string() const; + virtual String _get_root_string() const; AccessType get_access_type() const; String fix_path(String p_path) const; |