]> Creatis software - clitk.git/blobdiff - vv/vvToolCropImage.cxx
MSVC++ complains that the exception is not used, put debugging message back
[clitk.git] / vv / vvToolCropImage.cxx
index 691c32ad66b15c74fc09b469146e432e2247178f..0f3e63d0c2b9327c4e020a81194c8562c59492ac 100644 (file)
@@ -352,7 +352,7 @@ void vvToolCropImage::apply()
     filter->Update();
   }
   catch(clitk::ExceptionObject & e) {
-    // DD(e.what());
+    DD(e.what());
     QApplication::restoreOverrideCursor();
     close();
   }