X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;ds=sidebyside;f=Testing%2FTestPrintAllDocument.cxx;h=165518018a1736d6403089c274d040e32dbee52b;hb=8da7d3725f3b22fb88fbe544d0bb49ec62d7bf9c;hp=c1580202ae299c3af73dcc92c5874a97043cea8e;hpb=4fbe563dc18455266f880586fa2aca2cfb1012bc;p=gdcm.git 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() )