Removed shadowing declaration

This commit is contained in:
Robert Osfield 2016-06-06 14:38:15 +01:00
parent ca633e8a5e
commit 357f76ba5a

View File

@ -398,7 +398,7 @@ public:
while( !break_ ){
double currentTimeMs = GetCurrentTimeMs();
currentTimeMs = GetCurrentTimeMs();
DWORD waitTime = INFINITE;
if( !timerQueue_.empty() ){