summaryrefslogtreecommitdiff
path: root/filecache.hpp
diff options
context:
space:
mode:
authorouwou <26526779+ouwou@users.noreply.github.com>2020-10-27 02:29:02 -0400
committerouwou <26526779+ouwou@users.noreply.github.com>2020-10-27 02:29:02 -0400
commitc9162544f6a4b55a0979fc4df5c3f1a63e16fb98 (patch)
tree78d3b76d191f0a911f7c577474986cbd9f2b908f /filecache.hpp
parent7c31190adcf2dd7c45114f7c0e7e87825f106744 (diff)
downloadabaddon-portaudio-c9162544f6a4b55a0979fc4df5c3f1a63e16fb98.tar.gz
abaddon-portaudio-c9162544f6a4b55a0979fc4df5c3f1a63e16fb98.zip
fix cache writing to cwd
Diffstat (limited to 'filecache.hpp')
-rw-r--r--filecache.hpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/filecache.hpp b/filecache.hpp
index eed355a..6c6d979 100644
--- a/filecache.hpp
+++ b/filecache.hpp
@@ -29,4 +29,6 @@ private:
std::unordered_map<std::string, std::vector<callback_type>> m_callbacks;
std::vector<std::future<void>> m_futures;
std::filesystem::path m_tmp_path;
+
+ bool m_canceled = false;
};