Salome HOME
Windows compatibility.
[modules/smesh.git] / src / SMDS / SMDS_UnstructuredGrid.cxx
index d37eec1397e1c92cd7b93bcd8c8a05b633638e9d..bf9df36cffc1c1c80eb5fa3b3fde23e680f301a0 100644 (file)
@@ -125,9 +125,9 @@ SMDS_UnstructuredGrid::~SMDS_UnstructuredGrid()
 {
 }
 
-unsigned long SMDS_UnstructuredGrid::GetMTime()
+vtkMTimeType SMDS_UnstructuredGrid::GetMTime()
 {
-  unsigned long mtime = vtkUnstructuredGrid::GetMTime();
+  vtkMTimeType mtime = vtkUnstructuredGrid::GetMTime();
   return mtime;
 }