]> Creatis software - creaMaracasVisu.git/commitdiff
Change for compiling under windows and linux
authorJuan Prieto <Juan.Prieto@creatis.insa-lyon.fr>
Fri, 7 Nov 2008 10:38:58 +0000 (10:38 +0000)
committerJuan Prieto <Juan.Prieto@creatis.insa-lyon.fr>
Fri, 7 Nov 2008 10:38:58 +0000 (10:38 +0000)
lib/maracasVisuLib/src/interface/wxWindows/widgets/InterfaceVtkPanelWidgets.h

index 7ea762bdf2a793a128f303625f14b81cee15437c..b3504dd3fd2a2145c1617f864c70db9a1c576ada 100644 (file)
@@ -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:
 #define __INTERFACEVTKPANELWIDGET__
 
 #include <wx/event.h>
+#include "marTypes.h"
 
 class InterfaceVtkPanelWidgets
 {
 public:
-        virtual ~InterfaceVtkPanelWidgets();
+#if(WIN32)
+#else
+    ~InterfaceVtkPanelWidgets();
+#endif
        virtual void CallBackOnMouseWheel( wxMouseEvent& event );
        virtual void CallBackOnLeftDClick( wxMouseEvent& event );
 };