]> Creatis software - gdcm.git/commitdiff
Forget this one
authorjpr <jpr>
Sun, 23 Oct 2005 15:35:05 +0000 (15:35 +0000)
committerjpr <jpr>
Sun, 23 Oct 2005 15:35:05 +0000 (15:35 +0000)
src/gdcmTagKey.h

index 7ebba4cae05345b01a76a734581a570a82403ca5..47b285c6984ab71cba64496446e6f31e4189001a 100644 (file)
@@ -3,8 +3,8 @@
   Program:   gdcm
   Module:    $RCSfile: gdcmTagKey.h,v $
   Language:  C++
-  Date:      $Date: 2005/10/23 14:59:43 $
-  Version:   $Revision: 1.4 $
+  Date:      $Date: 2005/10/23 15:35:05 $
+  Version:   $Revision: 1.5 $
                                                                                 
   Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de
   l'Image). All rights reserved. See Doc/License.txt or
@@ -48,7 +48,7 @@ public :
    inline void SetGroup(const uint16_t &group) { tag[0] = group; }
    inline const uint16_t &GetGroup(void) { return tag[0]; }
 
-   inline void SetElement(const &uint16_t elem) { tag[1] = elem; }
+   inline void SetElement(const uint16_t &elem) { tag[1] = elem; }
    inline const uint16_t GetElement(void) { return tag[1]; }
 
    inline TagKey &operator=(const TagKey &_val)