X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=src%2FgdcmHeaderIdo.cxx;h=91a9aecfd1b584a9c89b959d704808f3e1d48d6e;hb=3a7de562dd07854a96a0a148e1c95652baefe2c8;hp=a6f1a4cd62e6636816f1281b84671943a0836e0e;hpb=3e78befc911eac2ecc70747854911d1f803797b5;p=gdcm.git diff --git a/src/gdcmHeaderIdo.cxx b/src/gdcmHeaderIdo.cxx index a6f1a4cd..91a9aecf 100644 --- a/src/gdcmHeaderIdo.cxx +++ b/src/gdcmHeaderIdo.cxx @@ -2,7 +2,6 @@ #include "gdcmIdo.h" #include "gdcmUtil.h" -using namespace std; gdcmHeaderIdo::gdcmHeaderIdo (char* InFilename) : gdcmHeader(InFilename) @@ -20,7 +19,7 @@ void gdcmHeaderIdo::BuildHeader(void) { * filetype. */ void gdcmHeaderIdo::setAcrLibido(void) { - string RecCode; + std::string RecCode; RecCode = GetPubElValByNumber(0x0008, 0x0010); if (RecCode == "ACRNEMA_LIBIDO" ||