]> Creatis software - gdcm.git/blobdiff - Example/PrintDocument.cxx
* Remove #define and replace then by the call to the corresponding
[gdcm.git] / Example / PrintDocument.cxx
index e2f9ce6f3ac33bf8044fd050cca7d381e94c36b3..c5472a3ce23b09c3888badec309a01280f9224e5 100644 (file)
@@ -3,8 +3,8 @@
   Program:   gdcm
   Module:    $RCSfile: PrintDocument.cxx,v $
   Language:  C++
-  Date:      $Date: 2005/08/30 14:40:28 $
-  Version:   $Revision: 1.18 $
+  Date:      $Date: 2005/08/30 15:13:05 $
+  Version:   $Revision: 1.19 $
                                                                                 
   Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de
   l'Image). All rights reserved. See Doc/License.txt or
@@ -55,7 +55,7 @@ int main(int argc, char *argv[])
       gdcm::Debug::DebugOn(); 
 
    if (argc > 4)
-      e1->SetLoadMode(GDCM_LD_NOSEQ | GDCM_LD_NOSHADOW);
+      e1->SetLoadMode(gdcm::LD_NOSEQ | gdcm::LD_NOSHADOW);
    e1->SetFileName( fileName.c_str() );
    e1->Load( );