changed the format of translation display
[mdictionary] / trunk / src / includes / CommonDictInterface.h
index d52a21f..6c2b46f 100644 (file)
@@ -45,6 +45,8 @@ class CommonDictInterface : public QObject {
   public:
     CommonDictInterface(QObject *parent = 0):QObject(parent) {}
 
+    virtual ~CommonDictInterface() {}
+
     //! returns source language code iso 639-2
     virtual QString langFrom() const = 0;