From: srit Date: Sun, 20 Mar 2011 20:01:44 +0000 (+0000) Subject: MSVC++ complains that the exception is not used, put debugging message back X-Git-Tag: v1.2.0~146 X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=commitdiff_plain;h=4913590ba7e15aa2899fe6f9e403940d4e4ba7a1;p=clitk.git MSVC++ complains that the exception is not used, put debugging message back --- diff --git a/vv/vvToolCropImage.cxx b/vv/vvToolCropImage.cxx index 691c32a..0f3e63d 100644 --- a/vv/vvToolCropImage.cxx +++ b/vv/vvToolCropImage.cxx @@ -352,7 +352,7 @@ void vvToolCropImage::apply() filter->Update(); } catch(clitk::ExceptionObject & e) { - // DD(e.what()); + DD(e.what()); QApplication::restoreOverrideCursor(); close(); }