]> Creatis software - gdcm.git/blobdiff - Example/Write.cxx
* src/gdcmFile.cxx : now delete the PixelConvert instance.
[gdcm.git] / Example / Write.cxx
index 51352fe637b81df238105dcff4250601d06dd9d5..13a9739d6a199067b235b26554b9da025ec5ac07 100644 (file)
@@ -11,7 +11,7 @@ int main(int argc, char* argv[])
    gdcm::File  * f1;
 
    //gdcmDocument * d;  //not used
-   void* imageData;
+   uint8_t* imageData;
    int dataSize;
 
    if (argc < 3) {