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 --- wizards/kmailchanges.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'wizards/kmailchanges.h') diff --git a/wizards/kmailchanges.h b/wizards/kmailchanges.h index b098b08dc..e17baa951 100644 --- a/wizards/kmailchanges.h +++ b/wizards/kmailchanges.h @@ -35,6 +35,8 @@ class CreateImapAccount : public TDEConfigPropagator::Change class CustomWriter { public: + CustomWriter() {} + virtual ~CustomWriter() {} virtual void writeFolder( TDEConfig &, int folderId ) = 0; virtual void writeIds( int accountId, int transportId ) = 0; }; -- cgit v1.2.1