@@ -48,6 +48,8 @@
*/
struct ctkLogEntry
{
+ virtual ~ctkLogEntry() {}
+
/**
* Returns the plugin that created this <code>ctkLogEntry</code> object.
*
@@ -77,6 +77,7 @@ private:
struct Matcher
+ virtual ~Matcher() {}
virtual bool match(const QString& className) const = 0;
};