From: Juan Prieto Date: Fri, 7 Nov 2008 10:38:58 +0000 (+0000) Subject: Change for compiling under windows and linux X-Git-Tag: EED.02Oct2009~170 X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=commitdiff_plain;h=0db30daeff1ddf74d39313a91fce7e475bba62e4;p=creaMaracasVisu.git Change for compiling under windows and linux --- diff --git a/lib/maracasVisuLib/src/interface/wxWindows/widgets/InterfaceVtkPanelWidgets.h b/lib/maracasVisuLib/src/interface/wxWindows/widgets/InterfaceVtkPanelWidgets.h index 7ea762b..b3504dd 100644 --- a/lib/maracasVisuLib/src/interface/wxWindows/widgets/InterfaceVtkPanelWidgets.h +++ b/lib/maracasVisuLib/src/interface/wxWindows/widgets/InterfaceVtkPanelWidgets.h @@ -3,8 +3,8 @@ Program: wxMaracas Module: $RCSfile: InterfaceVtkPanelWidgets.h,v $ Language: C++ - Date: $Date: 2008/11/06 10:00:54 $ - Version: $Revision: 1.2 $ + Date: $Date: 2008/11/07 10:38:58 $ + Version: $Revision: 1.3 $ Copyright: (c) 2002, 2003 License: @@ -18,11 +18,15 @@ #define __INTERFACEVTKPANELWIDGET__ #include +#include "marTypes.h" class InterfaceVtkPanelWidgets { public: - virtual ~InterfaceVtkPanelWidgets(); +#if(WIN32) +#else + ~InterfaceVtkPanelWidgets(); +#endif virtual void CallBackOnMouseWheel( wxMouseEvent& event ); virtual void CallBackOnLeftDClick( wxMouseEvent& event ); };