Salome HOME
Feature #86: The hierarchy in the Object Browser (T 19).
[modules/hydro.git] / src / HYDROGUI / HYDROGUI_CalculationDlg.cxx
index 7694feb6bf154fc6e2a9587c05c093fe1b691729..42ba2cbf9f7c76f1ecea73970530269d3e36d58d 100644 (file)
@@ -352,7 +352,7 @@ void HYDROGUI_CalculationDlg::excludeGeomObjects( const QStringList& theObjects
   }
 }
 
-void HYDROGUI_CalculationDlg::setBoundary( QString& theObjName )
+void HYDROGUI_CalculationDlg::setBoundary( const QString& theObjName )
 {
   bool isBlocked = myPolylineName->blockSignals( true );
   myPolylineName->setCurrentIndex( myPolylineName->findText( theObjName ) );