]> Creatis software - crea.git/commitdiff
#3200 creaToolsTools Feature New Normal branch mingw64
authorEduardo DAVILA <davila@creatis.insa-lyon.fr>
Tue, 24 Jul 2018 13:25:09 +0000 (15:25 +0200)
committerEduardo DAVILA <davila@creatis.insa-lyon.fr>
Tue, 24 Jul 2018 13:25:09 +0000 (15:25 +0200)
src/creawxVTKRenderWindowInteractor.h

index 76e51002f4e82b38f917db397281a0ea550152cc..7118318fac73910b0301264da090c0244aebd6a8 100644 (file)
@@ -97,6 +97,9 @@
 # error This GUI is not supported by wxVTKRenderWindowInteractor for now
 #endif
 
+#include "creaSystem.h"
+
+
 // wx forward declarations
 class wxPaintEvent;
 class wxMouseEvent;
@@ -113,7 +116,7 @@ namespace crea
 #if defined(__WXGTK__) && defined(USE_WXGLCANVAS)
 class wxVTKRenderWindowInteractor : public wxGLCanvas, public vtkRenderWindowInteractor
 #else
-class wxVTKRenderWindowInteractor : public wxWindow, public vtkRenderWindowInteractor
+class CREA_EXPORT wxVTKRenderWindowInteractor : public wxWindow, public vtkRenderWindowInteractor
 #endif //__WXGTK__
 {
 //EED 2017-09-16 Migration wxWidgets 2.8 to 3.0