mirror of
https://github.com/NixOS/nix
synced 2025-06-25 10:41:16 +02: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