1
0
Fork 0
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:
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;
virtual ~Command() { }
virtual ~Command() = default;
/**
* Entry point to the command