From 73049d115e190b8c356f0689a9079c3c73cc5765 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9mi=20Verschelde?= Date: Fri, 17 Nov 2017 15:25:22 +0100 Subject: Rename OS::get_data_dir to OS::get_user_data_dir Will be needed to avoid confusion with system data path (XDG_DATA_HOME) and editor data dir in upcoming refactoring. --- drivers/unix/os_unix.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'drivers/unix/os_unix.h') diff --git a/drivers/unix/os_unix.h b/drivers/unix/os_unix.h index 82c7dee3b9..ad3c62d737 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 ); }; -- cgit v1.2.3