From: gdd Date: Tue, 10 Jan 2012 15:03:43 +0000 (+0000) Subject: The cast line was not supposed to be removed ;) X-Git-Tag: V6_5_0a1~20 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=63a7656ed86e801d38a28b479167f607f8ac50d7;p=plugins%2Fblsurfplugin.git The cast line was not supposed to be removed ;) --- 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 )