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:
class Action
{
public:
virtual ~Action() {}
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