Salome HOME
refs #585: polylines operations (split/merge)
[modules/hydro.git] / src / HYDROGUI / HYDROGUI_PriorityTableModel.cxx
index 6e2e46cd14efa289ff6f55974fd52cf78f5d89bd..c284d7927e94e306a413d6a9b216a4003569e272 100644 (file)
@@ -151,7 +151,7 @@ bool HYDROGUI_PriorityTableModel::setData( const QModelIndex & theIndex, const Q
     } else if ( aColumn == 1 ) {
       myRules[aRow].Priority = (HYDROData_PriorityType)theValue.toInt();
     } else if ( aColumn == 3 ) {
-      myRules[aRow].MergeType = (HYDROData_Zone::MergeAltitudesType)theValue.toInt();;
+      myRules[aRow].MergeType = (HYDROData_Zone::MergeType)theValue.toInt();;
     }
   }