forked from lix-project/lix
Shut up a clang warning
This commit is contained in:
parent
dfaad374ff
commit
6f8fd3a3f2
|
@ -6,6 +6,8 @@ namespace nix::fetchers {
|
|||
|
||||
struct Cache
|
||||
{
|
||||
virtual ~Cache() { }
|
||||
|
||||
virtual void add(
|
||||
ref<Store> store,
|
||||
const Attrs & inAttrs,
|
||||
|
|
Loading…
Reference in a new issue