From 8a7d6968374b8f7c82aa0a7492fcdc9f8cc2aac6 Mon Sep 17 00:00:00 2001 From: ouv Date: Fri, 9 Aug 2013 13:15:06 +0000 Subject: [PATCH] Minor changes. --- src/HYDROGUI/HYDROGUI_Operations.cxx | 1 + 1 file changed, 1 insertion(+) 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; -- 2.39.2