From: cervenansky Date: Fri, 18 Jan 2013 10:15:32 +0000 (+0100) Subject: Correction on a "new" definition X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=commitdiff_plain;h=ccf5087452c5faf114bad4d6f1170b22feb4d569;p=creaMaracasVisu.git Correction on a "new" definition --- diff --git a/lib/maracasVisuLib/src/interface/wxWindows/widgets/wxVtkMPR3DView.cxx b/lib/maracasVisuLib/src/interface/wxWindows/widgets/wxVtkMPR3DView.cxx index 60d40bd..ba470de 100644 --- a/lib/maracasVisuLib/src/interface/wxWindows/widgets/wxVtkMPR3DView.cxx +++ b/lib/maracasVisuLib/src/interface/wxWindows/widgets/wxVtkMPR3DView.cxx @@ -42,10 +42,6 @@ #include "vtkInteractorStyleBaseView.h" #include -#ifdef _DEBUG -#define new DEBUG_NEW -#endif - //---------------------------------------------------------------------------- @@ -56,7 +52,7 @@ class vtkWindowLevelImagePlaneWidgetCallback : public vtkCommand public: static vtkWindowLevelImagePlaneWidgetCallback *New() { - return new vtkWindowLevelImagePlaneWidgetCallback; + return new vtkWindowLevelImagePlaneWidgetCallback; } void Execute( vtkObject *caller, unsigned long ev, void *callData )