]> Creatis software - gdcm.git/blobdiff - Testing/TestChangeHeader.cxx
* src/gdcmFile.cxx : now delete the PixelConvert instance.
[gdcm.git] / Testing / TestChangeHeader.cxx
index bfae6f1a2715215fa5de2029657343d3a16091ef..4c7f0ffadc15104874caa070b373196b67ff263b 100644 (file)
@@ -61,7 +61,7 @@ int TestChangeHeader(int argc, char* argv[])
 
    int dataSize = f2->GetImageDataSize();
    printf ("dataSize %d\n",dataSize);
-   void* imageData= f2->GetImageData();
+   uint8_t* imageData= f2->GetImageData();
 
 // TODO : Why don't we merge theese 2 functions ?