From kde-commits Sun Dec 15 20:50:48 2002 From: Rob Buis Date: Sun, 15 Dec 2002 20:50:48 +0000 To: kde-commits Subject: koffice/lib/kofficeui X-MARC-Message: https://marc.info/?l=kde-commits&m=103998552527553 CVS commit by buis: Adding virtual to Action dtor seems to help here. Still there seem to be other cleanup problems when exiting karbon. M +1 -1 kocontexthelp.h 1.3 --- koffice/lib/kofficeui/kocontexthelp.h #1.2:1.3 @@ -181,5 +181,5 @@ class KoContextHelpAction : public KTogg public: KoContextHelpAction( KActionCollection* parent, QWidget* parent = 0 ); - ~KoContextHelpAction(); + virtual ~KoContextHelpAction(); public slots: