From d48034efd48301fb2048a5e51132627e4401ce3b Mon Sep 17 00:00:00 2001 From: Eduardo DAVILA Date: Tue, 3 Oct 2017 16:14:28 +0200 Subject: [PATCH] #3136 crea Feature New Normal - branch vtk7itk4wx3 --- src/creawxVTKRenderWindowInteractor.cxx | 2 +- src/creawxVTKRenderWindowInteractor.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/creawxVTKRenderWindowInteractor.cxx b/src/creawxVTKRenderWindowInteractor.cxx index 251a7cd..a614f24 100644 --- a/src/creawxVTKRenderWindowInteractor.cxx +++ b/src/creawxVTKRenderWindowInteractor.cxx @@ -220,7 +220,7 @@ namespace crea EVT_SIZE (wxVTKRenderWindowInteractor::OnSize) END_EVENT_TABLE() -vtkCxxRevisionMacro(wxVTKRenderWindowInteractor, "$Revision$") +//EED win Compilation why??: vtkCxxRevisionMacro(wxVTKRenderWindowInteractor, "$Revision$") vtkInstantiatorNewMacro(wxVTKRenderWindowInteractor) #if defined(__WXGTK__) && defined(USE_WXGLCANVAS) diff --git a/src/creawxVTKRenderWindowInteractor.h b/src/creawxVTKRenderWindowInteractor.h index 0d03187..76e5100 100644 --- a/src/creawxVTKRenderWindowInteractor.h +++ b/src/creawxVTKRenderWindowInteractor.h @@ -133,7 +133,7 @@ class wxVTKRenderWindowInteractor : public wxWindow, public vtkRenderWindowInter const wxSize &size = wxDefaultSize, long style = wxWANTS_CHARS | wxNO_FULL_REPAINT_ON_RESIZE, const wxString &name = wxPanelNameStr); - vtkTypeRevisionMacro(wxVTKRenderWindowInteractor,vtkRenderWindowInteractor); + //EED win Compilation why ??: vtkTypeRevisionMacro(wxVTKRenderWindowInteractor,vtkRenderWindowInteractor); static wxVTKRenderWindowInteractor * New(); void PrintSelf(ostream& os, vtkIndent indent); -- 2.45.1