diff options
author | Nat Goodspeed <nat@lindenlab.com> | 2024-04-17 14:49:31 -0400 |
---|---|---|
committer | Nat Goodspeed <nat@lindenlab.com> | 2024-04-17 14:49:31 -0400 |
commit | e96f2926544e7f56eec0cc0ce66ea9e3e1e80eb9 (patch) | |
tree | c3c67e4927fa2fe6c4fc1105d90874e8656fce15 /indra/llimage/tests/llimageworker_test.cpp | |
parent | 78d985c154b0d71064b89891f5b2005e48c300ce (diff) |
Fix broken llimageworker_test.cpp.
Please run integration tests before pushing to GitHub!
Diffstat (limited to 'indra/llimage/tests/llimageworker_test.cpp')
-rw-r--r-- | indra/llimage/tests/llimageworker_test.cpp | 2 |
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; } |