X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=src%2FgdcmDocEntry.h;h=ee5c7eb64aecd8c565d239b5c72e87e9ba313cdf;hb=4c0fe0142482ede7dd8f5408f9303d78c213435b;hp=ff098d107c2b602457d367e8803aa1f3fb07c4ce;hpb=af288a85afcf018ea938b95dc5c87284ee9b83d6;p=gdcm.git diff --git a/src/gdcmDocEntry.h b/src/gdcmDocEntry.h index ff098d10..ee5c7eb6 100644 --- a/src/gdcmDocEntry.h +++ b/src/gdcmDocEntry.h @@ -3,8 +3,8 @@ Program: gdcm Module: $RCSfile: gdcmDocEntry.h,v $ Language: C++ - Date: $Date: 2005/11/07 09:46:36 $ - Version: $Revision: 1.56 $ + Date: $Date: 2005/11/29 12:48:46 $ + Version: $Revision: 1.59 $ Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de l'Image). All rights reserved. See Doc/License.txt or @@ -122,8 +122,8 @@ public: bool IsItemDelimitor(); bool IsItemStarter(); bool IsSequenceDelimitor(); - - virtual void Copy(DocEntry *e); + + virtual void Copy(DocEntry *doc); protected: DocEntry(DictEntry*);