]> Creatis software - gdcm.git/blobdiff - Example/exPrintWritePrint.cxx
* Remove #define and replace then by the call to the corresponding
[gdcm.git] / Example / exPrintWritePrint.cxx
index 3bb545c30ff8e4f1129d82a5bfb9ff533f8946f7..8a6ea7594a07cef8446d80f7707d3de652cae267 100644 (file)
@@ -3,8 +3,8 @@
   Program:   gdcm
   Module:    $RCSfile: exPrintWritePrint.cxx,v $
   Language:  C++
-  Date:      $Date: 2005/08/30 14:40:28 $
-  Version:   $Revision: 1.3 $
+  Date:      $Date: 2005/08/30 15:13:06 $
+  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
@@ -59,7 +59,7 @@ int main(int argc, char *argv[])
    std::string mode = argv[2];
 
    f = new gdcm::File( );
-   f->SetLoadMode( GDCM_LD_NOSEQ );
+   f->SetLoadMode( gdcm::LD_NOSEQ );
    f->SetFileName( fileName );
    f->Load( );