X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=src%2FcreawxVTKRenderWindowInteractor.h;fp=src%2FcreawxVTKRenderWindowInteractor.h;h=dc665c79ed28652df1157de9540e3280e431bcc6;hb=42ff0a5ba2d04ddc38c482e61274eacda0fe343d;hp=db0187dca8f3db139a3c986802e934056d16e7d5;hpb=23e9509fe3c71033515d60b110a84f2310d8f082;p=crea.git diff --git a/src/creawxVTKRenderWindowInteractor.h b/src/creawxVTKRenderWindowInteractor.h index db0187d..dc665c7 100644 --- a/src/creawxVTKRenderWindowInteractor.h +++ b/src/creawxVTKRenderWindowInteractor.h @@ -3,8 +3,8 @@ Program: Visualization Toolkit Module: $RCSfile: creawxVTKRenderWindowInteractor.h,v $ Language: C++ - Date: $Date: 2011/02/17 11:02:08 $ - Version: $Revision: 1.4 $ + Date: $Date: 2011/02/21 07:30:01 $ + Version: $Revision: 1.5 $ Copyright (c) 1993-2002 Ken Martin, Will Schroeder, Bill Lorensen All rights reserved. @@ -95,9 +95,9 @@ namespace crea #if defined(__WXGTK__) && defined(USE_WXGLCANVAS) -class creawxVTKRenderWindowInteractor : public wxGLCanvas, public vtkRenderWindowInteractor +class CREA_EXPORT creawxVTKRenderWindowInteractor : public wxGLCanvas, virtual public vtkRenderWindowInteractor #else -class creawxVTKRenderWindowInteractor : public wxWindow, public vtkRenderWindowInteractor +class CREA_EXPORT creawxVTKRenderWindowInteractor : virtual public vtkRenderWindowInteractor, public wxWindow #endif //__WXGTK__ { DECLARE_DYNAMIC_CLASS(creawxVTKRenderWindowInteractor)