]> Creatis software - gdcm.git/blobdiff - vtk/vtkGdcmReader.h
* vtk/vtkGdcmReader[cxx|h] : makes correct code to remove conflicts
[gdcm.git] / vtk / vtkGdcmReader.h
index 418e69b992a09a2920ab79fe38c5ea14cdce39a1..27651a94292d869d58bf07a419ffa3394f4ad202 100644 (file)
@@ -1,4 +1,4 @@
-// $Header: /cvs/public/gdcm/vtk/vtkGdcmReader.h,v 1.3 2003/05/30 18:48:36 frog Exp $
+// $Header: /cvs/public/gdcm/vtk/vtkGdcmReader.h,v 1.4 2003/06/02 07:42:17 regrain Exp $
 
 #ifndef __vtkGdcmReader_h
 #define __vtkGdcmReader_h
@@ -27,7 +27,7 @@ private:
   // or volume. The order in the list shall be the order of the images.
   //BTX
   std::list<std::string> FileNameList;
-  void LoadImageInMemory(string FileName, unsigned char * Dest, size_t size);
+  void LoadImageInMemory(std::string FileName, unsigned char * Dest, size_t size);
   //ETX
 };
 #endif