Salome HOME
Minor changes.
authorouv <ouv@opencascade.com>
Fri, 9 Aug 2013 13:15:06 +0000 (13:15 +0000)
committerouv <ouv@opencascade.com>
Fri, 9 Aug 2013 13:15:06 +0000 (13:15 +0000)
src/HYDROGUI/HYDROGUI_Operations.cxx

index 5913dd23ad05f0764378c5fb0c8d279876171a62..ba62ab2203758320d9445972ba4b803dc16cbd91 100644 (file)
@@ -208,6 +208,7 @@ LightApp_Operation* HYDROGUI_Module::createOperation( const int theId ) const
     break;
   case PolylineId:
     anOp = new HYDROGUI_PolylineOp( aModule );
+    break;
   case FuseId:
     anOp = new HYDROGUI_TwoImagesOp( aModule, HYDROGUI_TwoImagesOp::Fuse );
     break;