X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=src%2FgdcmFile.h;h=47abfd64896ada41316042fcbab3522ee4cae939;hb=066996143ee597cc94ffc6d27751301931afad30;hp=3c0d8a25b7f23c5c5e973390b2c9ab879c37f4d4;hpb=56516d3238147d3252ffe8d2e400d73aa36abbab;p=gdcm.git diff --git a/src/gdcmFile.h b/src/gdcmFile.h index 3c0d8a25..47abfd64 100644 --- a/src/gdcmFile.h +++ b/src/gdcmFile.h @@ -3,8 +3,8 @@ Program: gdcm Module: $RCSfile: gdcmFile.h,v $ Language: C++ - Date: $Date: 2005/07/07 16:37:41 $ - Version: $Revision: 1.108 $ + Date: $Date: 2005/07/19 14:44:57 $ + Version: $Revision: 1.109 $ Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de l'Image). All rights reserved. See Doc/License.txt or @@ -100,7 +100,7 @@ public: ~File(); // Loading - bool Load( std::string const &filename ); + GDCM_LEGACY(bool Load( std::string const &filename )); bool Load(); // Standard values and informations contained in the header bool IsReadable();