BUILDFIX: another unit test link seam with out of date code

master
Richard Linden 2013-10-01 19:22:01 -07:00
parent 9bae912308
commit 1cd092f06d
1 changed files with 2 additions and 1 deletions

View File

@ -54,7 +54,8 @@ U8* LLImageRaw::reallocateData(S32 ) { return NULL; }
BOOL LLImageRaw::resize(U16, U16, S8) { return TRUE; } // this method always returns TRUE...
LLImageBase::LLImageBase()
: mData(NULL),
: LLTrace::MemTrackable<LLImageBase>("LLImageBase"),
mData(NULL),
mDataSize(0),
mWidth(0),
mHeight(0),