]> Creatis software - gdcm.git/commitdiff
To please M$VC6
authorjpr <jpr>
Thu, 19 Jan 2006 11:00:28 +0000 (11:00 +0000)
committerjpr <jpr>
Thu, 19 Jan 2006 11:00:28 +0000 (11:00 +0000)
Testing/TestPrintAllDocument.cxx

index c1580202ae299c3af73dcc92c5874a97043cea8e..165518018a1736d6403089c274d040e32dbee52b 100644 (file)
@@ -3,8 +3,8 @@
   Program:   gdcm
   Module:    $RCSfile: TestPrintAllDocument.cxx,v $
   Language:  C++
-  Date:      $Date: 2005/11/18 11:44:33 $
-  Version:   $Revision: 1.11 $
+  Date:      $Date: 2006/01/19 11:00:28 $
+  Version:   $Revision: 1.12 $
                                                                                 
   Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de
   l'Image). All rights reserved. See Doc/License.txt or
@@ -106,7 +106,7 @@ int TestPrintAllDocument(int, char *[])
          gdcm::OrientationType orient = o->GetOrientationType( f );
          std::cout << " ---------------------- Orientation " << orient
                    << std::endl;
-         o->gdcm::Orientation::Delete(); 
+         o->Delete(); 
       }
 
       if( f->IsReadable() )