Salome HOME
refs #550: fix crash when myObject is NULL
[modules/hydro.git] / src / HYDROGUI / HYDROGUI_Operations.h
index b9f8ab9fe161b5b61fb2dbda171bce22486c2d56..e040afc8c6b2fede747cd8e0355d758b0d9a769b 100644 (file)
@@ -109,6 +109,9 @@ enum OperationId
 
   RecognizeContoursId
   SubmersibleId,
+  ImportPolylineId,
+  ExportPolylineId
+
 };
 
 #endif