Salome HOME
Modify creation of curves: 1) using QDockWidget instead of QDialog; 2) selection...
[modules/hydro.git] / src / HYDROGUI / HYDROGUI_Operations.cxx
index 16fc405fdb5b17a73818499417e14b75cb72f89c..72c51c9a2d295398b918fcdf6d1bf11aa49e494d 100644 (file)
@@ -339,7 +339,7 @@ void HYDROGUI_Module::onTestSplit()
     aZoneList.Append( anIterator.Current() );
 
   HYDROGUI_SplitZonesTool::SplitDataList aSplitDataList =
-    HYDROGUI_SplitZonesTool::SplitZones( aZoneList );
+    HYDROGUI_SplitZonesTool::SplitZones( aZoneList, NULL );
 
   int anIndex = 0;
   HYDROGUI_SplitZonesTool::SplitDataListIterator anIter( aSplitDataList );