]> Creatis software - gdcm.git/blobdiff - src/gdcmDictEntry.h
Shorten up the code, and avoid memory leaks.
[gdcm.git] / src / gdcmDictEntry.h
index 9c0e679fe87f30fbf00271878e779ba79f799b5a..7f204fb7f305f030c6ac847f57d22d8d1086c744 100644 (file)
@@ -3,8 +3,8 @@
   Program:   gdcm
   Module:    $RCSfile: gdcmDictEntry.h,v $
   Language:  C++
-  Date:      $Date: 2005/10/20 15:24:08 $
-  Version:   $Revision: 1.39 $
+  Date:      $Date: 2005/10/21 11:50:04 $
+  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
@@ -37,8 +37,7 @@ namespace gdcm
  */
 class GDCM_EXPORT DictEntry : public DicomEntry
 {
-public:
-   gdcmTypeMacro(DictEntry);
+   gdcmTypeMacro(DictEntry)
 
 public:
    static DictEntry *New(uint16_t group, uint16_t elem,