Skip to content
Snippets Groups Projects
Commit 0cae102c authored by andreykproductengine's avatar andreykproductengine
Browse files

MAINT-4755 Unit test buildfix

parent 794cc247
No related branches found
No related tags found
No related merge requests found
...@@ -67,6 +67,8 @@ LLImageRaw::~LLImageRaw() { } ...@@ -67,6 +67,8 @@ LLImageRaw::~LLImageRaw() { }
void LLImageRaw::deleteData() { } void LLImageRaw::deleteData() { }
U8* LLImageRaw::allocateData(S32 size) { return NULL; } U8* LLImageRaw::allocateData(S32 size) { return NULL; }
U8* LLImageRaw::reallocateData(S32 size) { return NULL; } U8* LLImageRaw::reallocateData(S32 size) { return NULL; }
const U8* LLImageBase::getData() const { return NULL; }
U8* LLImageBase::getData() { return NULL; }
// End Stubbing // End Stubbing
// ------------------------------------------------------------------------------------------- // -------------------------------------------------------------------------------------------
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment