X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=Example%2FPrintDocument.cxx;h=09305c570d3ab7d1b486815b3e0937e9941cfb97;hb=ac11759a2c7fcb32a6e0d2efdc8bb03982ae349e;hp=85e4b2971b5f9a63478fcaa61fbe548cdc672bd1;hpb=220ad8c527f2b2edf1ba19af8897aca8f4a49cf7;p=gdcm.git diff --git a/Example/PrintDocument.cxx b/Example/PrintDocument.cxx index 85e4b297..09305c57 100644 --- a/Example/PrintDocument.cxx +++ b/Example/PrintDocument.cxx @@ -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);