From: malaterre Date: Tue, 25 Mar 2003 17:30:52 +0000 (+0000) Subject: Correction of a bad cut n' paste X-Git-Tag: April2003~6 X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=commitdiff_plain;h=df0e00d2604b7406cf0041e8b897e9338403835e;p=gdcm.git Correction of a bad cut n' paste --- diff --git a/src/gdcmHeader.h b/src/gdcmHeader.h index 15b27ae8..ec1943ba 100644 --- a/src/gdcmHeader.h +++ b/src/gdcmHeader.h @@ -163,8 +163,7 @@ public: int SetShaElValByName(string content, string ShadowTagName); int SetShaElValByNumber(string content, guint16 group, guint16 element); - int gdcmHeader::SetPubElValLengthByNumber(guint32 lgr, guint16 group, - guint16 element); + int SetPubElValLengthByNumber(guint32 lgr, guint16 group, guint16 element); gdcmElValSet GetPubElVals() { return(PubElVals); } };