[vtk-developers] vtkTkImageWindowWidget.h, patch to vtkTkWidgetsInit.cxx to compile
    Charl P. Botha 
    c.p.botha at its.tudelft.nl
       
    Wed Mar 27 08:33:24 EST 2002
    
    
  
Dear VTK-developers,
It seems vtkTkImageWindowWidget.h has disappeared from the repository, but
vtkTkWidgetsInit.cxx is still including it.  So, to get my checkin of today
to compile, I had to perform the attached change.
Regards,
Charl
-- 
charl p. botha http://cpbotha.net/ http://visualisation.tudelft.nl/
-------------- next part --------------
--- vtkTkWidgetsInit.cxx.orig	Wed Mar 27 14:29:00 2002
+++ vtkTkWidgetsInit.cxx	Wed Mar 27 14:30:08 2002
@@ -18,7 +18,7 @@
 #include <tcl.h>
 #include <tk.h>
 
-#include "vtkTkImageWindowWidget.h"
+#include "vtkWin32Header.h"
 
 //----------------------------------------------------------------------------
 // Vtkrenderingpythontkwidgets_Init
    
    
More information about the vtk-developers
mailing list