From: Eduardo Davila Date: Mon, 21 Feb 2011 07:30:01 +0000 (+0000) Subject: *** empty log message *** X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=commitdiff_plain;h=42ff0a5ba2d04ddc38c482e61274eacda0fe343d;p=crea.git *** empty log message *** --- 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)