mirror of
https://github.com/NixOS/nix
synced 2025-06-25 10:41:16 +02:00
Merge pull request #13054 from roberth/fix-non-virt-dtor
Fix non-virtual destructor warning
This commit is contained in:
commit
933ed27dd9
1 changed files with 2 additions and 0 deletions
|
@ -26,6 +26,8 @@ struct InputCache
|
||||||
virtual void clear() = 0;
|
virtual void clear() = 0;
|
||||||
|
|
||||||
static ref<InputCache> create();
|
static ref<InputCache> create();
|
||||||
|
|
||||||
|
virtual ~InputCache() = default;
|
||||||
};
|
};
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue