Fix compilation errors with g++4.7

This commit is contained in:
Pierre Bourdon
2012-05-26 08:09:50 +02:00
parent b79d8d9e10
commit 1efabea9b4
3 changed files with 8 additions and 8 deletions

View File

@ -99,7 +99,7 @@ public:
case MODE_MEASURE:
case MODE_VERIFY:
{
std::map<unsigned int, T>::iterator itr = x.begin();
typename std::map<unsigned int, T>::iterator itr = x.begin();
while (number > 0)
{
Do(itr->first);