mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-31 05:08:57 +00:00
Fix compilation errors with g++4.7
This commit is contained in:
parent
b79d8d9e10
commit
1efabea9b4
3 changed files with 8 additions and 8 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue