From 501015c760de5f3cdf0a963167ef23a81a71dcc9 Mon Sep 17 00:00:00 2001 From: Kimmo Varis Date: Wed, 25 Aug 2010 01:01:44 +0300 Subject: [PATCH] GUI: Fix GCC build failure because of copy-paste error. --- gui/mainwindow.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gui/mainwindow.h b/gui/mainwindow.h index 144206870..2aec55a53 100644 --- a/gui/mainwindow.h +++ b/gui/mainwindow.h @@ -273,7 +273,7 @@ protected: * it. * @return true if we have project, false if no project. */ - bool MainWindow::GetCheckProject(); + bool GetCheckProject(); /** * @brief Get our default cppcheck settings and read project file.