Salome HOME
Modify creation of curves: 1) using QDockWidget instead of QDialog; 2) selection...
[modules/hydro.git] / src / HYDROGUI / HYDROGUI_SplitZonesTool.h
index 03aa538192545b1b772fdb5f52e027cf5fce4c12..7a1b3c21458b6b3f544a676a1a8d4ee8e65fad90 100644 (file)
@@ -43,6 +43,8 @@ public:
     QPainterPath Path;
     QStringList  ZoneNames;
 
+    SplitData() {}
+    
     SplitData( const QPainterPath& thePath,
                const QStringList& theZoneNames ) :
       Path( thePath ), ZoneNames( theZoneNames ) {}