From 9a20ecd3e79d8f14e4d4102955b6f26463c1c0cd Mon Sep 17 00:00:00 2001 From: jpr Date: Wed, 24 Sep 2003 14:22:44 +0000 Subject: [PATCH] mistyping corrected --- src/gdcmDictSet.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gdcmDictSet.cxx b/src/gdcmDictSet.cxx index e2c5c909..3306b73d 100644 --- a/src/gdcmDictSet.cxx +++ b/src/gdcmDictSet.cxx @@ -137,7 +137,7 @@ void gdcmDictSet::LoadDictFromFile(std::string FileName, DictKey Name) { */ void gdcmDictSet::Print(std::ostream& os) { for (DictSetHT::iterator dict = Dicts.begin(); dict != Dicts.end(); ++dict){ - std::os << "Printing dictionary " << dict->first << std::endl; + os << "Printing dictionary " << dict->first << std::endl; dict->second->Print(os); } } -- 2.48.1