X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=Testing%2FTestAllPrint.cxx;h=c0179cadd7ba8c43a484580d5c0363421d827300;hb=6278320cc85da00d2d56ffbf07806e84966892c3;hp=31916f129d06ede71f0d902e997c465bd2eb7bfc;hpb=9d461db5c5d954548cd07d1fa095e9bad43a0cac;p=gdcm.git diff --git a/Testing/TestAllPrint.cxx b/Testing/TestAllPrint.cxx index 31916f12..c0179cad 100644 --- a/Testing/TestAllPrint.cxx +++ b/Testing/TestAllPrint.cxx @@ -3,8 +3,8 @@ Program: gdcm Module: $RCSfile: TestAllPrint.cxx,v $ Language: C++ - Date: $Date: 2006/03/17 14:33:54 $ - Version: $Revision: 1.7 $ + Date: $Date: 2008/09/15 15:49:21 $ + Version: $Revision: 1.8 $ Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de l'Image). All rights reserved. See Doc/License.txt or @@ -47,8 +47,8 @@ int TestAllPrint(int, char *[]) filename += "/"; filename += gdcmDataImages[i]; - gdcm::File file; - //file.SetLoadMode( gdcm::LD_NOSEQ | gdcm::LD_NOSHADOWSEQ ); + GDCM_NAME_SPACE::File file; + //file.SetLoadMode( GDCM_NAME_SPACE::LD_NOSEQ | GDCM_NAME_SPACE::LD_NOSHADOWSEQ ); file.SetFileName( filename ); if( !file.Load() ) return 1;