diff options
author | nat-goodspeed <nat@lindenlab.com> | 2024-04-19 08:55:11 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-04-19 08:55:11 -0400 |
commit | 40a881dd26cbf0b92e03ec20e296b94e89bdb2c3 (patch) | |
tree | 02a60bb2dbaf2e4071150ccb033e9ab8223c5e87 /indra/llimage/tests/llimageworker_test.cpp | |
parent | 78d985c154b0d71064b89891f5b2005e48c300ce (diff) | |
parent | 426dc4da45f91afbb1107aecf075e501e774e8ee (diff) |
Merge pull request #1262 from secondlife/lua-kill-coro
Reintroduce `LLCoros::killreq()` to request killing a named coroutine.
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; } |