]> Creatis software - gdcm.git/blobdiff - Example/PrintDocument.cxx
* gdcmPython/testSuite.py checks on CR-MONO1-10-chest.dcm moved to
[gdcm.git] / Example / PrintDocument.cxx
index 85e4b2971b5f9a63478fcaa61fbe548cdc672bd1..09305c570d3ab7d1b486815b3e0937e9941cfb97 100644 (file)
@@ -21,7 +21,7 @@ int main(int argc, char* argv[])
       fileName += "/test.acr";
    }
    
-   e1= new gdcmHeader( fileName.c_str(), false );
+   e1= new gdcmHeader( fileName.c_str() );
 
    e1->SetPrintLevel(2);