diff options
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; |