]> Git trees. - libqmvoc.git/commitdiff
fix typo that caused to leak th whole Private class
authorPino Toscano <pino@kde.org>
Sat, 17 Feb 2007 14:18:32 +0000 (14:18 +0000)
committerPino Toscano <pino@kde.org>
Sat, 17 Feb 2007 14:18:32 +0000 (14:18 +0000)
svn path=/trunk/KDE/kdeedu/libkdeedu/; revision=634531

kdeeduplot/kplotwidget.cpp

index b06261d1062575884f5ea876c4d84e64366f0933..512f4ff62ed63eea254bd44ed23c7a7c60d899fe 100644 (file)
@@ -58,7 +58,7 @@ class KPlotWidget::Private
             axes.insert( TopAxis, topAxis );
         }
 
-        Private()
+        ~Private()
         {
             qDeleteAll( objectList );
             qDeleteAll( axes );