From e269f65344127896d86db0477d4d9be87912b5db Mon Sep 17 00:00:00 2001 From: =?utf8?q?Nguy=E1=BB=85n=20H=E1=BB=93ng=20Qu=C3=A2n?= Date: Wed, 14 Nov 2012 14:43:55 +0700 Subject: [PATCH] Fix a bug that makes an object re-initial. --- mainwindow.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mainwindow.cpp b/mainwindow.cpp index 2496c75..9e227d4 100644 --- a/mainwindow.cpp +++ b/mainwindow.cpp @@ -194,7 +194,7 @@ void MainWindow::startLookup() #ifndef QT_NO_DEBUG qDebug() << " START getConjugation " << timer.elapsed(); #endif - getConjugation(freVerbDic, d.infinitive, d.templateName, conjug, + getConjugation(*freVerbDic, d.infinitive, d.templateName, conjug, #ifndef QT_NO_DEBUG timer, #endif -- 1.7.9.5