From 3315a1864423c8c73110ebb0c9d46529f723b682 Mon Sep 17 00:00:00 2001 From: jpr Date: Thu, 19 Jan 2006 11:00:28 +0000 Subject: [PATCH] To please M$VC6 --- Testing/TestPrintAllDocument.cxx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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() ) -- 2.45.1