X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=src%2FcreawxVTKRenderWindowInteractor.h;fp=src%2FcreawxVTKRenderWindowInteractor.h;h=d0b90df118ebf30372847cfc518cb695d084b6f2;hb=3180a06a27000a5f44af4843b4ad0cc74d85066f;hp=e1378d6f647c21c24c9bfafebaa7a19a4c512f79;hpb=6c682789d8d4fc7ceebf3bdafd94024fba28de4f;p=crea.git diff --git a/src/creawxVTKRenderWindowInteractor.h b/src/creawxVTKRenderWindowInteractor.h index e1378d6..d0b90df 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: 2008/12/11 14:27:00 $ - Version: $Revision: 1.2 $ + Date: $Date: 2010/01/22 19:16:54 $ + Version: $Revision: 1.3 $ Copyright (c) 1993-2002 Ken Martin, Will Schroeder, Bill Lorensen All rights reserved. @@ -99,7 +99,7 @@ namespace crea #if defined(__WXGTK__) && defined(USE_WXGLCANVAS) class CREA_EXPORT creawxVTKRenderWindowInteractor : public wxGLCanvas, virtual public vtkRenderWindowInteractor #else -class CREA_EXPORT creawxVTKRenderWindowInteractor : public wxWindow, virtual public vtkRenderWindowInteractor +class CREA_EXPORT creawxVTKRenderWindowInteractor : virtual public vtkRenderWindowInteractor, public wxWindow #endif //__WXGTK__ { DECLARE_DYNAMIC_CLASS(creawxVTKRenderWindowInteractor)