diff options
author | Ben Burdette <bburdette@gmail.com> | 2020-07-03 07:57:36 -0600 |
---|---|---|
committer | Ben Burdette <bburdette@gmail.com> | 2020-07-03 07:57:36 -0600 |
commit | b29a4ea1dc650725d7489ecc9dd54ed37446d20f (patch) | |
tree | 72acb28cf81132b2da3d5c8c6dc88cbeeff84692 /src/libfetchers | |
parent | 5818271c6e617f5c956ba74d19611d4c6e76bfe8 (diff) | |
parent | c3c7aedbb5ac869b7c454e90683f77b9c527a75a (diff) |
Merge branch 'master' into add-trace
Diffstat (limited to 'src/libfetchers')
-rw-r--r-- | src/libfetchers/cache.hh | 2 |
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, |