From: ouv Date: Fri, 9 Aug 2013 13:15:06 +0000 (+0000) Subject: Minor changes. X-Git-Tag: BR_hydro_v_0_1~121 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=8a7d6968374b8f7c82aa0a7492fcdc9f8cc2aac6;p=modules%2Fhydro.git Minor changes. --- diff --git a/src/HYDROGUI/HYDROGUI_Operations.cxx b/src/HYDROGUI/HYDROGUI_Operations.cxx index 5913dd23..ba62ab22 100644 --- a/src/HYDROGUI/HYDROGUI_Operations.cxx +++ b/src/HYDROGUI/HYDROGUI_Operations.cxx @@ -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;