diff Applications/Commands/ICommand.h @ 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 b70e9be013e4
children 801d2697a1b1
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
     {