mirror of
https://github.com/NixOS/nix.git
synced 2024-11-22 23:02:27 +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;
|
friend class MultiCommand;
|
||||||
|
|
||||||
virtual ~Command() { }
|
virtual ~Command() = default;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Entry point to the command
|
* Entry point to the command
|
||||||
|
Loading…
Reference in New Issue
Block a user