summaryrefslogtreecommitdiff
path: root/indra/llkdu/tests
diff options
context:
space:
mode:
authorRichard Linden <none@none>2013-07-01 18:50:51 -0700
committerRichard Linden <none@none>2013-07-01 18:50:51 -0700
commit8208a40412fac35593d4b8b13f43c6be5e4d6990 (patch)
tree471e6f687612b1c6960f28ef8acda809526d68ad /indra/llkdu/tests
parent04bdc8ba83c297945dd60489c241b88adf892ff4 (diff)
BUILDFIX: reverted changes that attempted to automate mem track
stat definition as they don't work on gcc/clang
Diffstat (limited to 'indra/llkdu/tests')
-rwxr-xr-xindra/llkdu/tests/llimagej2ckdu_test.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/llkdu/tests/llimagej2ckdu_test.cpp b/indra/llkdu/tests/llimagej2ckdu_test.cpp
index 0e73f33e04..14fbf344ab 100755
--- a/indra/llkdu/tests/llimagej2ckdu_test.cpp
+++ b/indra/llkdu/tests/llimagej2ckdu_test.cpp
@@ -44,6 +44,8 @@
// End Stubbing
// -------------------------------------------------------------------------------------------
// Stub the LL Image Classes
+LLTrace::MemStatHandle LLImageBase::sMemStat("LLImage");
+
LLImageRaw::LLImageRaw() { }
LLImageRaw::~LLImageRaw() { }
U8* LLImageRaw::allocateData(S32 ) { return NULL; }