]> Creatis software - bbtk.git/blobdiff - packages/wxvtk/src/bbwxvtkwxVTKRenderWindowInteractorTovtkRenderWindowInteractor.cxx
#3127 BBTK Feature New Normal - branch changeWx28to30 compilation with wxWidgets3
[bbtk.git] / packages / wxvtk / src / bbwxvtkwxVTKRenderWindowInteractorTovtkRenderWindowInteractor.cxx
index 36d16a9aa51c50f599eec773cf74f9a5e5e6f17c..2c206a0a4c3177847e152c82d3ed593538405da3 100644 (file)
@@ -28,7 +28,7 @@
 #ifdef _USE_VTK_
 
 #include "bbstdCast.h"
-#include "wxVTKRenderWindowInteractor.h"
+#include "creawxVTKRenderWindowInteractor.h"
 #include "bbwxvtkPackage.h"
 
 
@@ -48,7 +48,7 @@ namespace bbwxvtk
 {
   //====================================================================
   // Add the specialized adaptors to the package
-  typedef wxVTKRenderWindowInteractor* I;
+  typedef crea::wxVTKRenderWindowInteractor* I;
   typedef vtkRenderWindowInteractor* O;
 
   BBTK_ADD_TEMPLATE2_BLACK_BOX_TO_PACKAGE(wxvtk,Cast,I,O);