X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=Testing%2FTestReadWriteReadCompare.cxx;h=d3eb11b507c454289cb017e33571ad48acb4a954;hb=2d4135caaf9d8aa9cc41ae562369af518d646e0f;hp=ac868dcdc254e529f576cf3c843fa9578f3f99fc;hpb=32fd7ed911ec51eaf623bdd9f32aa09297519589;p=gdcm.git diff --git a/Testing/TestReadWriteReadCompare.cxx b/Testing/TestReadWriteReadCompare.cxx index ac868dcd..d3eb11b5 100644 --- a/Testing/TestReadWriteReadCompare.cxx +++ b/Testing/TestReadWriteReadCompare.cxx @@ -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)