Skip to content

Commit 11c7ffe

Browse files
committed
viewer-cef build fixes #2
1 parent bf9f1c4 commit 11c7ffe

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

indra/llkdu/tests/llimagej2ckdu_test.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,7 @@ U8* LLImageBase::getData() { return NULL; }
8080
U8* LLImageBase::reallocateData(S32 ) { return NULL; }
8181
void LLImageBase::sanityCheck() { }
8282
void LLImageBase::setSize(S32 , S32 , S32 ) { }
83+
bool LLImageBase::isBufferInvalid(S32, S32, S32) const { return true; }
8384

8485
LLImageJ2CImpl::~LLImageJ2CImpl() { }
8586

0 commit comments

Comments
 (0)