]> Creatis software - gdcm.git/blobdiff - Example/PrintFile.cxx
STYLE: No need to use c string
[gdcm.git] / Example / PrintFile.cxx
index edc2957f83b8cdfba0665b2c501da0a9c0b51bcf..ad890128ab1b86909b3487b072a98ad865fbab8b 100644 (file)
@@ -18,8 +18,7 @@ int main(int argc, char* argv[])
       fileName += "/test.acr";
    }
    
-   e1= new gdcmHeader 
-          (fileName.c_str(),false, true);
+   e1= new gdcmHeader( fileName.c_str() );
 
    f1 = new gdcmFile(e1);