]> Creatis software - crea.git/commitdiff
#3136 crea Feature New Normal - branch vtk7itk4wx3
authorEduardo DAVILA <davila@localhost.localdomain>
Tue, 3 Oct 2017 14:14:28 +0000 (16:14 +0200)
committerEduardo DAVILA <davila@localhost.localdomain>
Tue, 3 Oct 2017 14:14:28 +0000 (16:14 +0200)
src/creawxVTKRenderWindowInteractor.cxx
src/creawxVTKRenderWindowInteractor.h

index 251a7cd8233a558e831503ecec8bd2ce267f4119..a614f24a7054af42821706c89a1d887312c84448 100644 (file)
@@ -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)
index 0d03187703a6e5ffa978effba9923f04c71481b4..76e51002f4e82b38f917db397281a0ea550152cc 100644 (file)
@@ -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);