diff options
author | Signal Linden <signal@lindenlab.com> | 2024-04-29 16:29:23 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-04-29 16:29:23 -0700 |
commit | c05c066894c7a49fb8a3dba553bac56216398934 (patch) | |
tree | 8283522498c4c54a2dae665f268b6180a5702f8d /indra/llimage/tests | |
parent | 0cceb13b5a5283078c31c88d864d700b49eeff7f (diff) | |
parent | 204b7ff6fb7544dd4210e125d275fd550f52f5c6 (diff) |
Merge pull request #1344 from secondlife/signal/snapshot-time
Add timestamp to snapshot file names
Diffstat (limited to 'indra/llimage/tests')
-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; } |