X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=src%2FgdcmDicomDir.cxx;h=14b5b41b1e1d2dda067458315e52fb77f7a1ecb2;hb=adbbd930989c6e6fc8e1b76bfd7bdfe5cbcb430e;hp=34ceb7dc6da8e8dac47d84ccc7b4ac6fbc80aff9;hpb=8c5d11e469d0c09fa518a2b81ad0d13b279c33f2;p=gdcm.git diff --git a/src/gdcmDicomDir.cxx b/src/gdcmDicomDir.cxx index 34ceb7dc..14b5b41b 100644 --- a/src/gdcmDicomDir.cxx +++ b/src/gdcmDicomDir.cxx @@ -90,7 +90,7 @@ gdcmDicomDir::gdcmDicomDir(bool exception_on_error): progress=0.0; abort=false; - string pathBidon = ""; // Sorry, NULL not allowed ... + std::string pathBidon = ""; // Sorry, NULL not allowed ... SetElement(pathBidon, GDCM_DICOMDIR_META, NULL); // Set the META elements AddDicomDirMetaToEnd(listEntries.begin(),--listEntries.end()); @@ -864,7 +864,7 @@ void gdcmDicomDir::UpdateDirectoryRecordSequenceLength() { int offset = 0; ListTag::iterator it; guint16 gr, el; - string vr; + std::string vr; for(it=listEntries.begin();it!=listEntries.end();++it) { gr = (*it)->GetGroup(); el = (*it)->GetElement();