Finished the fusion of the different main_* files, so now we have only one #ifdef...
[quassel.git] / src / plugins / plugin.h
index 6c4ef44..826748c 100644 (file)
@@ -63,6 +63,7 @@ Q_DECLARE_INTERFACE(CorePluginInterface,
  */
 class SettingsInterface {
   public:
+    virtual ~SettingsInterface() {};
     virtual QString category() = 0;
     virtual QString title() = 0; 
     virtual QWidget *settingsWidget() = 0;