X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;ds=sidebyside;f=Example%2FPrintDocument.cxx;fp=Example%2FPrintDocument.cxx;h=8e9bba04adde9affc5a4384ed2d168bc87250c6d;hb=1d69b92978803204089d270599133917d944c651;hp=09305c570d3ab7d1b486815b3e0937e9941cfb97;hpb=ac11759a2c7fcb32a6e0d2efdc8bb03982ae349e;p=gdcm.git diff --git a/Example/PrintDocument.cxx b/Example/PrintDocument.cxx index 09305c57..8e9bba04 100644 --- a/Example/PrintDocument.cxx +++ b/Example/PrintDocument.cxx @@ -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() ); + e1= new gdcm::Header( fileName.c_str() ); e1->SetPrintLevel(2);