mirror of
https://github.com/NixOS/nix.git
synced 2024-11-22 14:52:55 +00:00
fix: Use default destructor.
This commit is contained in:
parent
a31fc5cc86
commit
90e3ed06f8
@ -296,7 +296,7 @@ struct Command : virtual public Args
|
||||
{
|
||||
friend class MultiCommand;
|
||||
|
||||
virtual ~Command() { }
|
||||
virtual ~Command() = default;
|
||||
|
||||
/**
|
||||
* Entry point to the command
|
||||
|
Loading…
Reference in New Issue
Block a user