diff options
Diffstat (limited to 'filecache.hpp')
-rw-r--r-- | filecache.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/filecache.hpp b/filecache.hpp index 6c6d979..394b8ca 100644 --- a/filecache.hpp +++ b/filecache.hpp @@ -19,7 +19,7 @@ public: std::string GetPathIfCached(std::string url); private: - std::string SanitizeString(std::string str); + std::string GetCachedName(std::string str); void CleanupFutures(); void RespondFromPath(std::filesystem::path path, callback_type cb); void OnResponse(const cpr::Response &r); |