]> Creatis software - gdcm.git/blobdiff - src/gdcmDictEntry.cxx
Fix mistypings
[gdcm.git] / src / gdcmDictEntry.cxx
index 958a4f51415a933cb722ebcf0216205f91e9b8a7..3b67a2a9110c0ef74a3e972a3ea198ab146e7f15 100644 (file)
@@ -3,8 +3,8 @@
   Program:   gdcm
   Module:    $RCSfile: gdcmDictEntry.cxx,v $
   Language:  C++
-  Date:      $Date: 2005/11/30 08:48:17 $
-  Version:   $Revision: 1.59 $
+  Date:      $Date: 2007/05/23 14:18:09 $
+  Version:   $Revision: 1.61 $
                                                                                 
   Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de
   l'Image). All rights reserved. See Doc/License.txt or
@@ -24,7 +24,7 @@
 #include <fstream>
 #include <stdio.h> // for sprintf
 
-namespace gdcm 
+namespace GDCM_NAME_SPACE 
 {
 //-----------------------------------------------------------------------------
 // Constructor / Destructor
@@ -40,7 +40,6 @@ DictEntry::DictEntry(uint16_t group, uint16_t elem,
                      VRKey const &vr, 
                      TagName const &vm,
                      TagName const &name)
-
 {
    Tag.SetGroup(group);
    Tag.SetElement(elem);