Salome HOME
Merge from V6_3_BR 19/07/2011 V6_main_20110720 mergefrom_V6_3_BR_20Jul11
authorvsr <vsr@opencascade.com>
Tue, 19 Jul 2011 12:07:09 +0000 (12:07 +0000)
committervsr <vsr@opencascade.com>
Tue, 19 Jul 2011 12:07:09 +0000 (12:07 +0000)
src/PIPELINE/VISU_CellDataToPointData.hxx
src/VISU_I/VISU_TimeAnimation.cxx

index ed4fb38c63132f51e909a4ea84f79baf9c968678..f6600a5562e84ef15fcc7a3fedbe7d64e72c03d2 100644 (file)
 #ifndef __VISU_CellDataToPointData_h
 #define __VISU_CellDataToPointData_h
 
+#include "VISUPipeline.hxx"
 #include <vtkDataSetAlgorithm.h>
 
 class vtkDataSet;
 
-class VTK_GRAPHICS_EXPORT VISU_CellDataToPointData : public vtkDataSetAlgorithm
+class VISU_PIPELINE_EXPORT VISU_CellDataToPointData : public vtkDataSetAlgorithm
 {
 public:
   static VISU_CellDataToPointData *New();
index dd065a5263cf3ad7a36ba9846ff70edd9ef213f2..ce49f1cdfe5c256ca77dc844a32b92f0191c800d 100644 (file)
@@ -28,7 +28,6 @@
 
 #ifdef WNT
 #include <windows.h>
-#include <vfw.h>
 #include <QMessageBox>
 #endif