From 39d91a8ecbd442c26197528c21e7e762f3ae7026 Mon Sep 17 00:00:00 2001 From: Eduardo DAVILA Date: Tue, 24 Jul 2018 15:25:09 +0200 Subject: [PATCH] #3200 creaToolsTools Feature New Normal branch mingw64 --- src/creawxVTKRenderWindowInteractor.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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 -- 2.47.1