Kaydet (Commit) 99a579d0 authored tarafından Tor Lillqvist's avatar Tor Lillqvist

WaE: abstract but has non-virtual destructor

üst 928633e7
......@@ -49,6 +49,7 @@ public:
class Inserter
{
public:
virtual ~Inserter() {}
virtual void insert(ScMyNamedExpression* pExp) = 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