X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=src%2FgdcmDocEntry.h;h=ee5c7eb64aecd8c565d239b5c72e87e9ba313cdf;hb=588a2e8541f97dde1eba9fc55a43d8925a17b443;hp=c0d4087055b77203acc17f67a5c42a47ea2d7c05;hpb=41559a6f2d66bcd4af4db17a0d9668df37d19f3b;p=gdcm.git diff --git a/src/gdcmDocEntry.h b/src/gdcmDocEntry.h index c0d40870..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/28 16:31:23 $ - Version: $Revision: 1.58 $ + 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*);