]> Creatis software - gdcm.git/blobdiff - Testing/TestAllPrint.cxx
* Remove #define and replace then by the call to the corresponding
[gdcm.git] / Testing / TestAllPrint.cxx
index 833516ca9a4c78ef8c2c0d1b6b356b9904cd0171..3962137b3a4d3b3d1ade514fa56cc444a1db8d67 100644 (file)
@@ -3,8 +3,8 @@
   Program:   gdcm
   Module:    $RCSfile: TestAllPrint.cxx,v $
   Language:  C++
-  Date:      $Date: 2005/08/30 14:40:30 $
-  Version:   $Revision: 1.3 $
+  Date:      $Date: 2005/08/30 15:13:07 $
+  Version:   $Revision: 1.4 $
                                                                                 
   Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de
   l'Image). All rights reserved. See Doc/License.txt or
@@ -48,7 +48,7 @@ int TestAllPrint(int, char *[])
       std::string filename = gdcmDataImages[i];
 
       gdcm::File file;
-      file.SetLoadMode( GDCM_LD_NOSEQ );
+      file.SetLoadMode( gdcm::LD_NOSEQ );
       file.SetFileName( filename );
       file.Load();
       //file.Print( std::cout ); //just for debug