From: Nguyễn Hồng Quân Date: Wed, 14 Nov 2012 07:43:55 +0000 (+0700) Subject: Fix a bug that makes an object re-initial. X-Git-Url: http://git.maemo.org/git/?p=mverbiste;a=commitdiff_plain;h=e269f65344127896d86db0477d4d9be87912b5db Fix a bug that makes an object re-initial. --- 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