mirror of
https://github.com/NixOS/nix
synced 2025-07-01 12:37:59 +02:00
fix: Use default destructor.
This commit is contained in:
parent
a31fc5cc86
commit
90e3ed06f8
1 changed files with 1 additions and 1 deletions
|
@ -296,7 +296,7 @@ struct Command : virtual public Args
|
|||
{
|
||||
friend class MultiCommand;
|
||||
|
||||
virtual ~Command() { }
|
||||
virtual ~Command() = default;
|
||||
|
||||
/**
|
||||
* Entry point to the command
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue