X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=src%2FgdcmTagKey.h;h=3ec9f19f65b4ba9ae9001ea757a6dd5a6ca0511c;hb=953a565e5b6e7364c9c2130658ef464cfe07ba8d;hp=e6bd2857cf5d6187f9a94338dd01932843b9706c;hpb=c1eeaee978210a66d85393af6451d6621a3f6de1;p=gdcm.git diff --git a/src/gdcmTagKey.h b/src/gdcmTagKey.h index e6bd2857..3ec9f19f 100644 --- a/src/gdcmTagKey.h +++ b/src/gdcmTagKey.h @@ -3,8 +3,8 @@ Program: gdcm Module: $RCSfile: gdcmTagKey.h,v $ Language: C++ - Date: $Date: 2005/11/04 15:26:53 $ - Version: $Revision: 1.8 $ + Date: $Date: 2005/11/05 13:25:26 $ + Version: $Revision: 1.9 $ Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de l'Image). All rights reserved. See Doc/License.txt or @@ -58,10 +58,10 @@ public : } TagKey(const TagKey &_val) - { + { tag[0] = _val[0]; tag[1] = _val[1]; - } + } const uint16_t &operator[](const unsigned int &_id) const {