# HG changeset patch # User Alain Mazy # Date 1549528575 -3600 # Node ID 6e2f864ef66a0dc75aa98ff8f096c033a0ad9e48 # Parent 33983c2178ba095234afcccbec9605957e6d2770 added missing virtual destructor diff -r 33983c2178ba -r 6e2f864ef66a Applications/Commands/ICommand.h --- a/Applications/Commands/ICommand.h Thu Feb 07 09:27:32 2019 +0100 +++ b/Applications/Commands/ICommand.h Thu Feb 07 09:36:15 2019 +0100 @@ -36,6 +36,7 @@ {} public: virtual void Execute() = 0; + virtual ~ICommand() {} // virtual void Configure(const Json::Value& arguments) = 0; const std::string& GetName() const {