]> SALOME platform Git repositories - modules/visu.git/commitdiff
Salome HOME
Fix compilation problems on Win32 Platform
authorabd <abd@opencascade.com>
Tue, 7 Oct 2008 13:16:20 +0000 (13:16 +0000)
committerabd <abd@opencascade.com>
Tue, 7 Oct 2008 13:16:20 +0000 (13:16 +0000)
src/VISUGUI/VisuGUI_CutPlanesDlg.cxx
src/VISUGUI/VisuGUI_FileInfoDlg.cxx
src/VISUGUI/VisuGUI_Table3dDlg.cxx

index 35306893da9caa44af1beb07aeec1a65621c08a4..ad0cb6430784b0e30d3bfee21ff3ca2ca8c7bf81 100644 (file)
@@ -446,7 +446,7 @@ void VisuGUI_CutPlanesPane::onVectorialFieldChanged(int pos){
 }
 
 void VisuGUI_CutPlanesPane::onDeformationCheck(bool Flag){
-  if(!myCutPlanes || !hasInit) return;
+  if(myCutPlanes== NULL || !hasInit) return;
   myCutPlanes->UseDeformation(Flag);
   InitVectorialField();
   DrawTable();
index 5e4e6a7f73a219bc139b65c72214a6ba97ccf7a5..186510b3cb3c25baeeed1a8e22eec024f2c35b13 100644 (file)
@@ -28,8 +28,6 @@
 
 #include <VisuGUI_FileInfoDlg.h>
 
-#include <MED_Common.hxx>
-
 #include <qlayout.h>
 #include <qlabel.h>
 #include <qlineedit.h>
index 8c951285ebfcd4f332555ca5b6eb090eb87f6dca..7780456aaf12553d3819684763a128673b60c5b6 100644 (file)
@@ -582,6 +582,14 @@ void VisuGUI_TableScalarBarPane::XYChanged( double )
   }
 }
 
+/*!
+  
+*/
+void VisuGUI_TableScalarBarPane::changeScalarMode( int )
+{
+//do nothing
+}
+
 //----------------------------------------------------------------------------
 /*!
   Sets size and position