diff options
| author | Andrey Kleshchev <andreykproductengine@lindenlab.com> | 2025-09-05 13:23:09 +0300 |
|---|---|---|
| committer | Andrey Kleshchev <117672381+akleshchev@users.noreply.github.com> | 2025-09-05 19:00:05 +0300 |
| commit | 12704b941132ec6fb6ca62da007c3ec02292c872 (patch) | |
| tree | 5f0a7717eb5ca7e680094e8155756c61df806302 /indra/llkdu | |
| parent | 94e45ca2e60b4013a4e38d8f2c1fe8dad4207c3a (diff) | |
viewer-cef build fixes
Diffstat (limited to 'indra/llkdu')
| -rw-r--r-- | indra/llkdu/tests/llimagej2ckdu_test.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/llkdu/tests/llimagej2ckdu_test.cpp b/indra/llkdu/tests/llimagej2ckdu_test.cpp index 36b79047b6..bc52a15c4a 100644 --- a/indra/llkdu/tests/llimagej2ckdu_test.cpp +++ b/indra/llkdu/tests/llimagej2ckdu_test.cpp @@ -80,6 +80,7 @@ U8* LLImageBase::getData() { return NULL; } U8* LLImageBase::reallocateData(S32 ) { return NULL; } void LLImageBase::sanityCheck() { } void LLImageBase::setSize(S32 , S32 , S32 ) { } +bool LLImageBase::isBufferInvalid() const { return false; } LLImageJ2CImpl::~LLImageJ2CImpl() { } |
