diff --git a/repertory/librepertory/src/file_manager/file_manager.cpp b/repertory/librepertory/src/file_manager/file_manager.cpp index da2cadef..cfd120c8 100644 --- a/repertory/librepertory/src/file_manager/file_manager.cpp +++ b/repertory/librepertory/src/file_manager/file_manager.cpp @@ -151,7 +151,7 @@ auto file_manager::create(const std::string &api_path, api_meta_map &meta, return open(api_path, false, ofd, handle, file); } -auto download_pinned_file(const std::string &api_path) -> bool { +auto file_manager::download_pinned_file(const std::string &api_path) -> bool { REPERTORY_USES_FUNCTION_NAME(); recur_mutex_lock file_lock(open_file_mtx_);