summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonathan "Geenz" Goodman <geenz@geenzo.com>2026-05-20 00:36:25 -0400
committerJonathan "Geenz" Goodman <geenz@geenzo.com>2026-05-20 00:36:25 -0400
commita4fdf69c2dae9ed5fafe4d292bfb4cd1ce881441 (patch)
treef793c1e9d35433836452fa6369af9f91d0e325db
parent1ee317bcb7a5988658612a69a7bd52fb1a9e37c7 (diff)
Make tests happy.
-rw-r--r--indra/llkdu/tests/llimagej2ckdu_test.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/llkdu/tests/llimagej2ckdu_test.cpp b/indra/llkdu/tests/llimagej2ckdu_test.cpp
index bc52a15c4a..a016865fcd 100644
--- a/indra/llkdu/tests/llimagej2ckdu_test.cpp
+++ b/indra/llkdu/tests/llimagej2ckdu_test.cpp
@@ -83,6 +83,7 @@ void LLImageBase::setSize(S32 , S32 , S32 ) { }
bool LLImageBase::isBufferInvalid() const { return false; }
LLImageJ2CImpl::~LLImageJ2CImpl() { }
+S32 LLImageJ2CImpl::estimateDataSize(S32, S32, S32, S32, F32) const { return 0; }
LLImageFormatted::LLImageFormatted(S8 ) { }
LLImageFormatted::~LLImageFormatted() { }