Adapt llimageworker_test for updated virtual method API.

This was a broken test that got all the way to viewer release and the main
branch.

(cherry picked from commit a33a9d29380e6c1a0a9cc539be309d47adef4acf)
master
Nat Goodspeed 2024-04-25 13:58:15 -04:00
parent d98fc504a1
commit f886a438ed
1 changed files with 1 additions and 1 deletions

View File

@ -98,7 +98,7 @@ namespace tut
done = res;
*done = false;
}
virtual void completed(bool success, LLImageRaw* raw, LLImageRaw* aux)
virtual void completed(bool success, LLImageRaw* raw, LLImageRaw* aux, U32)
{
*done = true;
}