summaryrefslogtreecommitdiff
path: root/src/filecache.hpp
diff options
context:
space:
mode:
authorouwou <26526779+ouwou@users.noreply.github.com>2025-06-03 23:18:32 -0400
committerouwou <26526779+ouwou@users.noreply.github.com>2025-06-03 23:18:32 -0400
commit082e910fb6570e2e7972d16b8728f9400077ac11 (patch)
treee932aab83e5f2c7101ac093ef2e9a0fd9a83afc6 /src/filecache.hpp
parent4c79ae6a69ee42cfa4892aae3e105b404b9a29c1 (diff)
downloadabaddon-portaudio-082e910fb6570e2e7972d16b8728f9400077ac11.tar.gz
abaddon-portaudio-082e910fb6570e2e7972d16b8728f9400077ac11.zip
fix image pasting
Diffstat (limited to 'src/filecache.hpp')
-rw-r--r--src/filecache.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/filecache.hpp b/src/filecache.hpp
index 6b6532f..79004d2 100644
--- a/src/filecache.hpp
+++ b/src/filecache.hpp
@@ -62,6 +62,7 @@ public:
void GetFileFromURL(const std::string &url, const callback_type &cb);
std::string GetPathIfCached(const std::string &url);
void ClearCache();
+ [[nodiscard]] std::filesystem::path GetCachePath() const;
private:
void CleanupFutures();