From 63a7656ed86e801d38a28b479167f607f8ac50d7 Mon Sep 17 00:00:00 2001 From: gdd Date: Tue, 10 Jan 2012 15:03:43 +0000 Subject: [PATCH] The cast line was not supposed to be removed ;) --- src/GUI/BLSURFPluginGUI_HypothesisCreator.cxx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/GUI/BLSURFPluginGUI_HypothesisCreator.cxx b/src/GUI/BLSURFPluginGUI_HypothesisCreator.cxx index 478b55a..b9c5b41 100644 --- a/src/GUI/BLSURFPluginGUI_HypothesisCreator.cxx +++ b/src/GUI/BLSURFPluginGUI_HypothesisCreator.cxx @@ -595,6 +595,7 @@ bool BLSURFPluginGUI_HypothesisCreator::checkParams(QString& msg) const mySizeMapTable->setFocus(); QApplication::instance()->processEvents(); + BLSURFPluginGUI_HypothesisCreator* that = (BLSURFPluginGUI_HypothesisCreator*)this; int row = 0, nbRows = mySizeMapTable->topLevelItemCount(); std::string e, s; for ( ; row < nbRows; ++row ) -- 2.39.2