X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Ffs%2Fandroid%2Fdir_location.cpp;h=155d14782aa5e37ce503d0093d138defddb47960;hb=HEAD;hp=f9e0ea58d4760386ef009a954b868a41141611af;hpb=e2b5cb6cd61bf8c6f56f624cc835233df92288da;p=libs%2Fcore.git diff --git a/source/fs/android/dir_location.cpp b/source/fs/android/dir_location.cpp index f9e0ea5..155d147 100644 --- a/source/fs/android/dir_location.cpp +++ b/source/fs/android/dir_location.cpp @@ -12,7 +12,7 @@ Path get_home_dir() return "/sdcard"; } -Path get_user_data_dir(const string &) +Path get_user_data_dir() { Android::MainThread *thread = reinterpret_cast(Application::get_data()); return thread->get_internal_data_path();