]> Creatis software - gdcm.git/commitdiff
Correction of a bad cut n' paste
authormalaterre <malaterre>
Tue, 25 Mar 2003 17:30:52 +0000 (17:30 +0000)
committermalaterre <malaterre>
Tue, 25 Mar 2003 17:30:52 +0000 (17:30 +0000)
src/gdcmHeader.h

index 15b27ae8f6e7d803fdee03c7920638b39fb7df83..ec1943ba30f741e27974276c3489b9118dbd02d9 100644 (file)
@@ -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); }
 };