From 6e9f8cb7044774da171b2a0f6ffdda579eb9ddab Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Sat, 6 Dec 2014 15:17:15 -0600 Subject: Fix Kontact crash in Akregator part due to identical destructor signatures being generated for two unrelated classes This relates to Bug 2235 Fix a slew of non-virtual destructor problems --- kontact/plugins/summary/summaryview_plugin.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'kontact/plugins/summary') diff --git a/kontact/plugins/summary/summaryview_plugin.h b/kontact/plugins/summary/summaryview_plugin.h index 41d598964..5ea257863 100644 --- a/kontact/plugins/summary/summaryview_plugin.h +++ b/kontact/plugins/summary/summaryview_plugin.h @@ -1,7 +1,7 @@ /* This file is part of KDE Kontact. - Copyright (C) 2003 Sven Lüppken + Copyright (C) 2003 Sven L�ppken This library is free software; you can redistribute it and/or modify it under the terms of the GNU Library General Public @@ -39,7 +39,7 @@ class SummaryView : public Kontact::Plugin public: SummaryView( Kontact::Core *core, const char *name, const TQStringList& ); - ~SummaryView(); + virtual ~SummaryView(); int weight() const { return 100; } -- cgit v1.2.1