]> SALOME platform Git repositories - modules/gui.git/commitdiff
Salome HOME
#ifdef WIN32
authorsln <sln@opencascade.com>
Wed, 3 Sep 2008 15:26:46 +0000 (15:26 +0000)
committersln <sln@opencascade.com>
Wed, 3 Sep 2008 15:26:46 +0000 (15:26 +0000)
#pragma warning( disable:4251 )
#endif

src/GLViewer/GLViewer_Widget.h
src/LightApp/LightApp_DataObject.h
src/LightApp/LightApp_DataOwner.h
src/LightApp/LightApp_VTKSelector.h
src/SUIT/SUIT_OverrideCursor.h
src/SVTK/SVTK_Selector.h

index c1edf7efe2765e34db2a986938650f68c1933a7d..fba0aa38125125b9aa287b9eb66156f98c235cf2 100644 (file)
 
 #include "GLViewer.h"
 
+#ifdef WIN32
+#pragma warning( disable:4251 )
+#endif
+
 #include <QtOpenGL>
 
 class QFile;
-
 class GLViewer_ViewPort2d;
 class GLViewer_CoordSystem;
 
index 77f3b7861956a6bdbffc3268e052ab0f35f3ce20..c94ecb768e048aff00990b312afd07454846d73c 100644 (file)
 class CAM_DataModel;
 class LightApp_Study;
 
+#ifdef WIN32
+#pragma warning ( disable:4251 )
+#endif
+
 class LIGHTAPP_EXPORT LightApp_DataObject : public virtual CAM_DataObject
 {
   class Key;
index e2df564ef25fb110c50a5c699970d88b440a2e98..9f22c4caa5208e5b0b5df65f4408c4fa6e22c5a6 100644 (file)
@@ -27,6 +27,9 @@
   #include "SALOME_InteractiveObject.hxx"
 #endif
 
+#ifdef WIN32
+#pragma warning ( disable:4251 )
+#endif
 
 /*!
   This class provide data owner objects.
index ff68f35076671ec2ad49977ba027e0e4a20b69d9..bfdbc5d4b8b61e6935859c8014e77e207ea78998 100644 (file)
 
 #include <QObject>
 
+#ifdef WIN32
+#pragma warning( disable:4251 )
+#endif
+
 class SUIT_Desktop;
 
 #ifndef DISABLE_VTKVIEWER
index 90e9dc7c4f6b9baf2082780131572cd03d8cddc8..37c26f6df017ffb51594e37041006557f759f501 100755 (executable)
 #include <QList>
 #include <QCursor>
 
+#ifdef WIN32
+#pragma warning( disable:4251 )
+#endif
+
 /*! \brief Class used for management cursors.*/
 class SUIT_EXPORT SUIT_OverrideCursor
 {
index 0d65de7e3fcacd3e70feee2ed72e2424735de2f4..3cb1bed650bd888a0d6a7f803fc9b20c03a03733 100644 (file)
@@ -41,7 +41,7 @@
 class Handle(VTKViewer_Filter);
 
 class SALOME_Actor;
-class SVTK_SelectionEvent;
+struct SVTK_SelectionEvent;
 class vtkRenderer;
 class Handle(SALOME_InteractiveObject);