1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-06-25 10:41:16 +02:00

Initialize Command::_name

(cherry picked from commit d0a769cb06)
This commit is contained in:
Eelco Dolstra 2019-06-19 23:37:40 +02:00
parent ac67685606
commit 5e449b43ed
2 changed files with 4 additions and 0 deletions

View file

@ -195,6 +195,8 @@ struct Command : virtual Args
private:
std::string _name;
friend class MultiCommand;
public:
virtual ~Command() { }