X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=src%2FgdcmValEntry.h;h=84a1418e81055af2e392976f2cecb426f9599ac7;hb=refs%2Ftags%2FVersion0.6.bp;hp=6afc162f2180fc6b47f4dd57cfb48814e59e1c2d;hpb=9649936f884197f6f6260aae051d33729bce07d5;p=gdcm.git diff --git a/src/gdcmValEntry.h b/src/gdcmValEntry.h index 6afc162f..84a1418e 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/10/28 03:10:58 $ - Version: $Revision: 1.29 $ + Date: $Date: 2004/11/05 20:23:14 $ + Version: $Revision: 1.30 $ Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de l'Image). All rights reserved. See Doc/License.txt or @@ -43,7 +43,7 @@ public: std::string const & GetValue() const { return Value; }; /// Sets the value (string) of the current Dicom Document Entry - void SetValue(std::string const & val) { Value = val; }; + void SetValue(std::string const & val) { Value = val; }; virtual void Print(std::ostream &os = std::cout); virtual void Write(std::ofstream *fp, FileType filetype);