Add some const qualifier

No functional change.
This commit is contained in:
kinderchocolate
2014-06-03 15:45:10 +10:00
committed by Marco Costalba
parent 83a574ff27
commit 6f48367094
2 changed files with 2 additions and 2 deletions

View File

@@ -1552,7 +1552,7 @@ void Thread::idle_loop() {
if (Threads.size() > 2)
for (size_t i = 0; i < Threads.size(); ++i)
{
int size = Threads[i]->splitPointsSize; // Local copy
const int size = Threads[i]->splitPointsSize; // Local copy
sp = size ? &Threads[i]->splitPoints[size - 1] : NULL;
if ( sp