summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Linden <none@none>2013-10-01 19:22:01 -0700
committerRichard Linden <none@none>2013-10-01 19:22:01 -0700
commit1cd092f06d27a586e6d664707f8a342af49d9c78 (patch)
treedf4a8fe63932adb326d1787225b63a9ec54190b7
parent9bae912308a75cc1ceaec49d28b50f7119ec02ba (diff)
BUILDFIX: another unit test link seam with out of date code
-rwxr-xr-xindra/llkdu/tests/llimagej2ckdu_test.cpp3
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),