]> Creatis software - clitk.git/commitdiff
MSVC++ complains that the exception is not used, put debugging message back
authorsrit <srit>
Sun, 20 Mar 2011 20:01:44 +0000 (20:01 +0000)
committersrit <srit>
Sun, 20 Mar 2011 20:01:44 +0000 (20:01 +0000)
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();
   }