X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=src%2FgdcmValEntry.h;h=b3fc2081d26ef4272918f818da2cd300dc42f5a4;hb=1bae8d2ba47d1b9cc8acfb7b5ab82026e48275dd;hp=84a1418e81055af2e392976f2cecb426f9599ac7;hpb=8da9df62c47908e7b9a67238a6c12b92ba6cae7a;p=gdcm.git diff --git a/src/gdcmValEntry.h b/src/gdcmValEntry.h index 84a1418e..b3fc2081 100644 --- a/src/gdcmValEntry.h +++ b/src/gdcmValEntry.h @@ -3,8 +3,8 @@ Program: gdcm Module: $RCSfile: gdcmValEntry.h,v $ Language: C++ - Date: $Date: 2004/11/05 20:23:14 $ - Version: $Revision: 1.30 $ + Date: $Date: 2004/11/25 15:46:12 $ + Version: $Revision: 1.31 $ Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de l'Image). All rights reserved. See Doc/License.txt or @@ -46,7 +46,7 @@ public: void SetValue(std::string const & val) { Value = val; }; virtual void Print(std::ostream &os = std::cout); - virtual void Write(std::ofstream *fp, FileType filetype); + virtual void WriteContent(std::ofstream *fp, FileType filetype); protected: