]> Creatis software - gdcm.git/blobdiff - src/gdcmDict.cxx
mistyping corrected
[gdcm.git] / src / gdcmDict.cxx
index 783073cc57ef2174de75c9d41f0ff0b031cd575e..7e4f586b8c7ad32a8de67a00f4dd97db96e9f58f 100644 (file)
@@ -88,7 +88,7 @@ void gdcmDict::PrintByKey(std::ostream& os) {
       os << hex << tag->second->GetElement() << ") = " << dec;
       os << tag->second->GetVR() << ", ";
       os << tag->second->GetFourth() << ", ";
-      os << tag->second->GetName() << "."  << endl;
+      os << tag->second->GetName() << "."  << std::endl;
    }
 }