diff options
| author | Richard Linden <none@none> | 2013-09-05 16:24:57 -0700 | 
|---|---|---|
| committer | Richard Linden <none@none> | 2013-09-05 16:24:57 -0700 | 
| commit | e4cacda5a0cf3918bdc8091997b988235e9d4f3d (patch) | |
| tree | 2eb92013e138227416e5a683130d2413ab78d01c | |
| parent | 4032c518e49348ad0180b47d73bb73036bab5f73 (diff) | |
BUILDFIX: unit tests still using old sMemStat declarations
| -rwxr-xr-x | indra/llimage/tests/llimageworker_test.cpp | 2 | ||||
| -rwxr-xr-x | indra/llkdu/tests/llimagej2ckdu_test.cpp | 2 | 
2 files changed, 2 insertions, 2 deletions
| diff --git a/indra/llimage/tests/llimageworker_test.cpp b/indra/llimage/tests/llimageworker_test.cpp index aba7883974..8c9fefca90 100755 --- a/indra/llimage/tests/llimageworker_test.cpp +++ b/indra/llimage/tests/llimageworker_test.cpp @@ -44,7 +44,7 @@  // * Do not make any assumption as to how those classes or methods work (i.e. don't copy/paste code)  // * A simulator for a class can be implemented here. Please comment and document thoroughly. -LLTrace::MemStatHandle	LLImageBase::sMemStat("LLImage"); +//LLTrace::MemStatHandle	LLImageBase::sMemStat("LLImage");  LLImageBase::LLImageBase()  diff --git a/indra/llkdu/tests/llimagej2ckdu_test.cpp b/indra/llkdu/tests/llimagej2ckdu_test.cpp index 14fbf344ab..4f597f4848 100755 --- a/indra/llkdu/tests/llimagej2ckdu_test.cpp +++ b/indra/llkdu/tests/llimagej2ckdu_test.cpp @@ -44,7 +44,7 @@  // End Stubbing  // -------------------------------------------------------------------------------------------  // Stub the LL Image Classes -LLTrace::MemStatHandle	LLImageBase::sMemStat("LLImage"); +//LLTrace::MemStatHandle	LLImageBase::sMemStat("LLImage");  LLImageRaw::LLImageRaw() { }  LLImageRaw::~LLImageRaw() { } | 
