aboutsummaryrefslogtreecommitdiff
path: root/src/libfetchers/cache.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/libfetchers/cache.hh')
-rw-r--r--src/libfetchers/cache.hh2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/libfetchers/cache.hh b/src/libfetchers/cache.hh
index d76ab1233..3db4f081c 100644
--- a/src/libfetchers/cache.hh
+++ b/src/libfetchers/cache.hh
@@ -6,6 +6,8 @@ namespace nix::fetchers {
struct Cache
{
+ virtual ~Cache() { }
+
virtual void add(
ref<Store> store,
const Attrs & inAttrs,