mirror of
https://github.com/privatevoid-net/nix-super.git
synced 2024-11-10 08:16:15 +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…
Reference in a new issue