mirror of
https://github.com/NixOS/nix.git
synced 2025-11-08 19:46:02 +01:00
Fix non-virtual destructor warning
This commit is contained in:
parent
f186491db9
commit
363ee6dfcb
1 changed files with 2 additions and 0 deletions
|
|
@ -26,6 +26,8 @@ struct InputCache
|
|||
virtual void clear() = 0;
|
||||
|
||||
static ref<InputCache> create();
|
||||
|
||||
virtual ~InputCache() = default;
|
||||
};
|
||||
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue