X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=Testing%2FTestAllEntryVerify.cxx;h=995dcf26ac838a5a76fc2bbca008d716c200476d;hb=f6204e4795251ff95c653e32e8cdca61d2c19880;hp=0ccc070f6353efb33afa8d292c28d1840f98479a;hpb=42fff1c913e2d2e97b2019eaf8b5b35af4f63d65;p=gdcm.git diff --git a/Testing/TestAllEntryVerify.cxx b/Testing/TestAllEntryVerify.cxx index 0ccc070f..995dcf26 100644 --- a/Testing/TestAllEntryVerify.cxx +++ b/Testing/TestAllEntryVerify.cxx @@ -9,7 +9,7 @@ #include "gdcmDataImages.h" typedef std::string EntryValueType; // same type as ValEntry::value -typedef std::map< TagKey, EntryValueType > MapEntryValues; +typedef std::map< gdcm::TagKey, EntryValueType > MapEntryValues; typedef MapEntryValues* MapEntryValuesPtr; typedef std::string FileNameType; typedef std::map< FileNameType, MapEntryValuesPtr > MapFileValuesType; @@ -533,7 +533,7 @@ void ReferenceFileParser::ParseRegularLine( std::string& line) bool ReferenceFileParser::SecondPassReferenceFile() throw ( ParserException ) { - TagKey key; + gdcm::TagKey key; EntryValueType value; std::string line; bool inBlock = false;