Mercurial > hg > orthanc-stone
changeset 465:6e2f864ef66a am-touch-events
added missing virtual destructor
author | Alain Mazy <alain@mazy.be> |
---|---|
date | Thu, 07 Feb 2019 09:36:15 +0100 |
parents | 33983c2178ba |
children | 22b80f5c3a1c |
files | Applications/Commands/ICommand.h |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- 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 {