X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=src%2FgdcmDictEntry.cxx;h=763dc3b0ba32e972ae1e58d62817430f77b2ec6c;hb=49236d643fd420ddc5787a6cab3bbc0a45729fd0;hp=85449a083320d0ddc5f6914c69d7fe3f100f1be3;hpb=eb941e8785d3742b8a6a1aac964d43dcb4cf49f0;p=gdcm.git diff --git a/src/gdcmDictEntry.cxx b/src/gdcmDictEntry.cxx index 85449a08..763dc3b0 100644 --- a/src/gdcmDictEntry.cxx +++ b/src/gdcmDictEntry.cxx @@ -1,23 +1,14 @@ // gdcmDictEntry.cxx -//This is needed when compiling in debug mode -#ifdef _MSC_VER -// 'identifier' : class 'type' needs to have dll-interface to be used by -// clients of class 'type2' -#pragma warning ( disable : 4251 ) -// 'identifier' : identifier was truncated to 'number' characters in the -// debug information -#pragma warning ( disable : 4786 ) -#endif //_MSC_VER +#include "gdcmDictEntry.h" #include // FIXME For sprintf -#include "gdcmDictEntry.h" #include "gdcmUtil.h" gdcmDictEntry::gdcmDictEntry(guint16 InGroup, guint16 InElement, - std::string InVr, std::string InFourth, - std::string InName) { + std::string InVr, std::string InFourth, + std::string InName) { group = InGroup; element = InElement; vr = InVr;