Salome HOME
refs #550: fix crash when myObject is NULL
[modules/hydro.git] / src / HYDROGUI / HYDROGUI_Operations.h
index 5362e538f98e083068eb0f46b35934043ad0e722..e040afc8c6b2fede747cd8e0355d758b0d9a769b 100644 (file)
@@ -107,7 +107,11 @@ enum OperationId
   RiverBottomContextId,
   ProfileInterpolateId,
 
+  RecognizeContoursId
   SubmersibleId,
+  ImportPolylineId,
+  ExportPolylineId
+
 };
 
 #endif