X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=src%2FgdcmDocEntry.h;h=886a5abe6ab184281f1d8cfef6c704b072adb4e7;hb=ab3dc69a71af640fa49cbd917272d9ff7d1651b6;hp=2a5ddc89617bd25a2dae2064a0f417463c8f3d20;hpb=c094e185dd6404df031524ccae8e1b51e3b84871;p=gdcm.git diff --git a/src/gdcmDocEntry.h b/src/gdcmDocEntry.h index 2a5ddc89..886a5abe 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/01/21 11:40:55 $ - Version: $Revision: 1.40 $ + Date: $Date: 2005/01/26 11:42:02 $ + Version: $Revision: 1.41 $ Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de l'Image). All rights reserved. See Doc/License.txt or @@ -166,9 +166,7 @@ protected: TagKey Key; private: - // FIXME: In fact we should be more specific and use : - // friend DocEntry *File::ReadNextElement(void); - friend class File; + friend class File; // To use SetDictEntry }; } // end namespace gdcm //-----------------------------------------------------------------------------