diff options
author | Richard Linden <none@none> | 2013-10-01 19:22:01 -0700 |
---|---|---|
committer | Richard Linden <none@none> | 2013-10-01 19:22:01 -0700 |
commit | 1cd092f06d27a586e6d664707f8a342af49d9c78 (patch) | |
tree | df4a8fe63932adb326d1787225b63a9ec54190b7 /indra/llkdu/tests/llimagej2ckdu_test.cpp | |
parent | 9bae912308a75cc1ceaec49d28b50f7119ec02ba (diff) |
BUILDFIX: another unit test link seam with out of date code
Diffstat (limited to 'indra/llkdu/tests/llimagej2ckdu_test.cpp')
-rwxr-xr-x | indra/llkdu/tests/llimagej2ckdu_test.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/indra/llkdu/tests/llimagej2ckdu_test.cpp b/indra/llkdu/tests/llimagej2ckdu_test.cpp index 4f597f4848..3f627b65e1 100755 --- a/indra/llkdu/tests/llimagej2ckdu_test.cpp +++ b/indra/llkdu/tests/llimagej2ckdu_test.cpp @@ -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), |