Kaydet (Commit) 470036ef authored tarafından Tor Lillqvist's avatar Tor Lillqvist

WaE: is abstract but has non-virtual destructor

üst 0a2a759a
...@@ -60,6 +60,7 @@ public: ...@@ -60,6 +60,7 @@ public:
class Action class Action
{ {
public: public:
virtual ~Action() {}
virtual void execute() = 0; virtual void execute() = 0;
}; };
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment