From: malaterre Date: Thu, 9 Oct 2003 11:27:29 +0000 (+0000) Subject: FIX: CV++ X-Git-Tag: Version0.3.1~125 X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=commitdiff_plain;h=2f30dd9c340a90310871d689c0e8fbebb55af567;p=gdcm.git FIX: CV++ --- diff --git a/Testing/TestHash.cxx b/Testing/TestHash.cxx index af7ced23..3deee03c 100644 --- a/Testing/TestHash.cxx +++ b/Testing/TestHash.cxx @@ -15,7 +15,7 @@ int main() { tb1["00380010"] = "Admission ID"; std::cout << "Traversal of dictionary (note the proper ordering on key)." << std::endl; - for ( dict::iterator im = tb1.begin(); im != tb1.end(); ++im ) + for ( im = tb1.begin(); im != tb1.end(); ++im ) std::cout << " \"" << im->first << "\" = " << im->second << std::endl; std::cout << "End of dictionary." << std::endl;