X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=src%2FgdcmDictEntry.cxx;h=da623a2ef1dd79b6226bd3e1edb6e76e40e441ea;hb=cecf8a0bb86a9b3223a9d02d1106a564aa6ef7f9;hp=bdabafbec3e943cf05fa9fe32abaa4528e664e73;hpb=43cf193ac4e7395e1406e1867d76a6125c257a8b;p=gdcm.git diff --git a/src/gdcmDictEntry.cxx b/src/gdcmDictEntry.cxx index bdabafbe..da623a2e 100644 --- a/src/gdcmDictEntry.cxx +++ b/src/gdcmDictEntry.cxx @@ -1,9 +1,9 @@ // gdcmDictEntry.cxx //----------------------------------------------------------------------------- #include "gdcmDictEntry.h" +#include "gdcmDebug.h" #include // FIXME For sprintf -#include "gdcmUtil.h" //----------------------------------------------------------------------------- // Constructor / Destructor @@ -46,7 +46,7 @@ gdcmDictEntry::gdcmDictEntry(guint16 InGroup, guint16 InElement, TagKey gdcmDictEntry::TranslateToKey(guint16 group, guint16 element) { char trash[10]; TagKey key; - // CLEAN ME: better call the iostream<< with the hex manipulator on. + // CLEANME: better call the iostream<< with the hex manipulator on. // This requires some reading of the stdlibC++ sources to make the // proper call (or copy). sprintf(trash, "%04x|%04x", group , element);