diff options
author | Timothy Pearson <[email protected]> | 2014-12-06 15:17:15 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2014-12-06 15:17:15 -0600 |
commit | 6e9f8cb7044774da171b2a0f6ffdda579eb9ddab (patch) | |
tree | 8078dd1ba3a4b5ec1d651c09156cf18e2cba9d51 /kontact/plugins/kpilot/kpilot_plugin.h | |
parent | 96cf12b16ab69bcb2df0773091ba9751e9219446 (diff) | |
download | tdepim-6e9f8cb7044774da171b2a0f6ffdda579eb9ddab.tar.gz tdepim-6e9f8cb7044774da171b2a0f6ffdda579eb9ddab.zip |
Fix Kontact crash in Akregator part due to identical destructor signatures being generated for two unrelated classesr14.0.0
This relates to Bug 2235
Fix a slew of non-virtual destructor problems
Diffstat (limited to 'kontact/plugins/kpilot/kpilot_plugin.h')
-rw-r--r-- | kontact/plugins/kpilot/kpilot_plugin.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/kontact/plugins/kpilot/kpilot_plugin.h b/kontact/plugins/kpilot/kpilot_plugin.h index 66a4d0423..478dcedbe 100644 --- a/kontact/plugins/kpilot/kpilot_plugin.h +++ b/kontact/plugins/kpilot/kpilot_plugin.h @@ -32,6 +32,7 @@ class KPilotPlugin : public Kontact::Plugin public: KPilotPlugin( Kontact::Core *core, const char *name, const TQStringList& ); KPilotPlugin(); + virtual ~KPilotPlugin(); virtual Kontact::Summary *createSummaryWidget( TQWidget *parentWidget ); |