summaryrefslogtreecommitdiff
path: root/indra
diff options
context:
space:
mode:
authorNat Goodspeed <nat@lindenlab.com>2024-04-25 13:58:15 -0400
committerNat Goodspeed <nat@lindenlab.com>2024-04-25 13:58:15 -0400
commita33a9d29380e6c1a0a9cc539be309d47adef4acf (patch)
tree56d7e58781954b666c86af9bc7652001d9e1ec5f /indra
parentf162693a23fe5cfda8dab3857718624033812d30 (diff)
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.
Diffstat (limited to 'indra')
-rw-r--r--indra/llimage/tests/llimageworker_test.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llimage/tests/llimageworker_test.cpp b/indra/llimage/tests/llimageworker_test.cpp
index 0a97b739b0..ffcd7d257f 100644
--- a/indra/llimage/tests/llimageworker_test.cpp
+++ b/indra/llimage/tests/llimageworker_test.cpp
@@ -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;
}