]> Creatis software - gdcm.git/blobdiff - Example/PrintDocument.cxx
ENH: update jpeg lib with ls patch and 2 bugfix patch
[gdcm.git] / Example / PrintDocument.cxx
index 85e4b2971b5f9a63478fcaa61fbe548cdc672bd1..8e9bba04adde9affc5a4384ed2d168bc87250c6d 100644 (file)
@@ -4,7 +4,7 @@
 int main(int argc, char* argv[])
 {
  
-   gdcmHeader *e1;
+   gdcm::Header *e1;
    std::string fileName;   
 
    if (argc != 2) {
@@ -21,7 +21,7 @@ int main(int argc, char* argv[])
       fileName += "/test.acr";
    }
    
-   e1= new gdcmHeader( fileName.c_str(), false );
+   e1= new gdcm::Header( fileName.c_str() );
 
    e1->SetPrintLevel(2);