From 8401b1407f4b482a8d9e8cf6759009d1076b6a7c Mon Sep 17 00:00:00 2001 From: jpr Date: Mon, 21 Nov 2005 16:14:39 +0000 Subject: [PATCH] misstyping --- src/gdcmDocument.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/gdcmDocument.h b/src/gdcmDocument.h index ed872a58..bf0f1d91 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 16:04:43 $ - Version: $Revision: 1.134 $ + Date: $Date: 2005/11/21 16:14:39 $ + Version: $Revision: 1.135 $ Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de l'Image). All rights reserved. See Doc/License.txt or @@ -48,7 +48,7 @@ public: // Loading //Deprecated : use SetFileName() + Load() //GDCM_LEGACY( virtual bool Load( std::string const &filename ) ); - virtual bool Load( std::string const &filename ) + virtual bool Load( std::string const &filename ); virtual bool Load( ); // Dictionaries -- 2.45.1