]> Creatis software - gdcm.git/blobdiff - Example/exOverlaysACR.cxx
* Remove #define and replace then by the call to the corresponding
[gdcm.git] / Example / exOverlaysACR.cxx
index 01a0492aec9e5d4fbada2fa3074762380bcc3685..3af7774caf20e25d6a3584fb27404f9aba3083c4 100644 (file)
@@ -3,8 +3,8 @@
   Program:   gdcm
   Module:    $RCSfile: exOverlaysACR.cxx,v $
   Language:  C++
-  Date:      $Date: 2005/08/30 14:40:28 $
-  Version:   $Revision: 1.6 $
+  Date:      $Date: 2005/08/30 15:13:06 $
+  Version:   $Revision: 1.7 $
                                                                                 
   Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de
   l'Image). All rights reserved. See Doc/License.txt or
@@ -88,7 +88,7 @@ int main(int argc, char *argv[])
 
    f = new gdcm::File( );
 
-   f->SetLoadMode(GDCM_LD_NOSEQ | GDCM_LD_NOSHADOW);
+   f->SetLoadMode(gdcm::LD_NOSEQ | gdcm::LD_NOSHADOW);
    f->SetFileName( fileName );
    bool res = f->Load();