Shut up a clang warning

This commit is contained in:
Eelco Dolstra 2020-07-03 14:50:07 +02:00
parent dfaad374ff
commit 6f8fd3a3f2

View file

@ -6,6 +6,8 @@ namespace nix::fetchers {
struct Cache
{
virtual ~Cache() { }
virtual void add(
ref<Store> store,
const Attrs & inAttrs,