summaryrefslogtreecommitdiff
path: root/filecache.hpp
diff options
context:
space:
mode:
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;
};