From: jpr Date: Mon, 21 Nov 2005 16:14:39 +0000 (+0000) Subject: misstyping X-Git-Tag: Version1.3~51 X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=commitdiff_plain;h=8401b1407f4b482a8d9e8cf6759009d1076b6a7c;p=gdcm.git misstyping --- 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