]> SALOME platform Git repositories - plugins/blsurfplugin.git/commitdiff
Salome HOME
The cast line was not supposed to be removed ;)
authorgdd <gdd>
Tue, 10 Jan 2012 15:03:43 +0000 (15:03 +0000)
committergdd <gdd>
Tue, 10 Jan 2012 15:03:43 +0000 (15:03 +0000)
src/GUI/BLSURFPluginGUI_HypothesisCreator.cxx

index 478b55a990f2d63f510c151bb7c481d2883c07df..b9c5b41b526eed11566e25a9501a3a5ef12d0c56 100644 (file)
@@ -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 )