diff options
| author | Rémi Verschelde | 2017-11-17 15:25:22 +0100 |
|---|---|---|
| committer | Rémi Verschelde | 2017-11-17 20:55:09 +0100 |
| commit | 73049d115e190b8c356f0689a9079c3c73cc5765 (patch) | |
| tree | 921a1935f6d841988071b930fbfea498bf872a3e /drivers/unix/os_unix.h | |
| parent | ebbe2bd57235fcbd2edb82c05bb9d7d768b3e7ca (diff) | |
| download | godot-73049d115e190b8c356f0689a9079c3c73cc5765.tar.gz godot-73049d115e190b8c356f0689a9079c3c73cc5765.tar.zst godot-73049d115e190b8c356f0689a9079c3c73cc5765.zip | |
Diffstat (limited to 'drivers/unix/os_unix.h')
| -rw-r--r-- | drivers/unix/os_unix.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/unix/os_unix.h b/drivers/unix/os_unix.h index 82c7dee3b..ad3c62d73 100644 --- a/drivers/unix/os_unix.h +++ b/drivers/unix/os_unix.h @@ -110,7 +110,7 @@ public: virtual String get_installed_templates_path() const; virtual String get_executable_path() const; - virtual String get_data_dir() const; + virtual String get_user_data_dir() const; //virtual void run( MainLoop * p_main_loop ); }; |
