From 90a9bbac732dafa2cb32a92f6a7a5462f57f3c27 Mon Sep 17 00:00:00 2001 From: jpr Date: Mon, 21 Nov 2005 12:25:41 +0000 Subject: [PATCH] Uncomment LEGACY. --- src/gdcmDocument.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/gdcmDocument.h b/src/gdcmDocument.h index 9793a511..55666c11 100644 --- a/src/gdcmDocument.h +++ b/src/gdcmDocument.h @@ -3,8 +3,8 @@ Program: gdcm Module: $RCSfile: gdcmDocument.h,v $ Language: C++ - Date: $Date: 2005/11/21 09:46:26 $ - Version: $Revision: 1.132 $ + Date: $Date: 2005/11/21 12:25:41 $ + Version: $Revision: 1.133 $ Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de l'Image). All rights reserved. See Doc/License.txt or @@ -47,7 +47,7 @@ public: // Loading //Deprecated : use SetFileName() + Load() - //GDCM_LEGACY( virtual bool Load( std::string const &filename ) ); + GDCM_LEGACY( virtual bool Load( std::string const &filename ) ); virtual bool Load( ); // Dictionaries -- 2.45.1