fix: Use default destructor.

This commit is contained in:
Kirill Trofimov 2023-10-23 18:07:57 +03:00
parent a31fc5cc86
commit 90e3ed06f8

View file

@ -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