Skip to content
Snippets Groups Projects
Commit f886a438 authored by Nat Goodspeed's avatar Nat Goodspeed
Browse files

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)
parent d98fc504
No related branches found
No related tags found
No related merge requests found
...@@ -98,7 +98,7 @@ namespace tut ...@@ -98,7 +98,7 @@ namespace tut
done = res; done = res;
*done = false; *done = false;
} }
virtual void completed(bool success, LLImageRaw* raw, LLImageRaw* aux) virtual void completed(bool success, LLImageRaw* raw, LLImageRaw* aux, U32)
{ {
*done = true; *done = true;
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment