]> Creatis software - gdcm.git/blobdiff - Testing/TestReadWriteReadCompare.cxx
ENH: Reorganize cmakelists.txt file
[gdcm.git] / Testing / TestReadWriteReadCompare.cxx
index ac868dcdc254e529f576cf3c843fa9578f3f99fc..d3eb11b507c454289cb017e33571ad48acb4a954 100644 (file)
@@ -53,7 +53,7 @@ int TestReadWriteReadCompare(int argc, char* argv[])
 
       gdcmFile*  file = new gdcmFile( header );
       int dataSize    = file->GetImageDataSize();
-      void* imageData = file->GetImageData(); //EXTREMELY IMPORTANT
+      uint8_t* imageData = file->GetImageData(); //EXTREMELY IMPORTANT
              // Sure, it is : It's up to the user to decide if he wants to
              // GetImageData or if he wants to GetImageDataRaw
              // (even if we do it by setting a flag, he will have to decide)