From: Eduardo DAVILA Date: Tue, 24 Jul 2018 13:25:09 +0000 (+0200) Subject: #3200 creaToolsTools Feature New Normal branch mingw64 X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=commitdiff_plain;h=39d91a8ecbd442c26197528c21e7e762f3ae7026;p=crea.git #3200 creaToolsTools Feature New Normal branch mingw64 --- diff --git a/src/creawxVTKRenderWindowInteractor.h b/src/creawxVTKRenderWindowInteractor.h index 76e5100..7118318 100644 --- a/src/creawxVTKRenderWindowInteractor.h +++ b/src/creawxVTKRenderWindowInteractor.h @@ -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