From: jpr Date: Thu, 19 Jan 2006 11:00:28 +0000 (+0000) Subject: To please M$VC6 X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=commitdiff_plain;h=3315a1864423c8c73110ebb0c9d46529f723b682;p=gdcm.git To please M$VC6 --- diff --git a/Testing/TestPrintAllDocument.cxx b/Testing/TestPrintAllDocument.cxx index c1580202..16551801 100644 --- a/Testing/TestPrintAllDocument.cxx +++ b/Testing/TestPrintAllDocument.cxx @@ -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() )