summaryrefslogtreecommitdiff
path: root/indra/newview/llviewerobject.h
diff options
context:
space:
mode:
authorRichard Linden <none@none>2013-01-04 14:09:02 -0800
committerRichard Linden <none@none>2013-01-04 14:09:02 -0800
commit4ebd4b3616d9d69e9b6deb73aa1f1e16f5673225 (patch)
tree1e9b82b7366d3465d357233320e5e3bae940f5b2 /indra/newview/llviewerobject.h
parentcbff0e7ab8afeebb6ddab854d35ea12ef9a9930a (diff)
SH-3468 WIP add memory tracking base class
further compile error fixes
Diffstat (limited to 'indra/newview/llviewerobject.h')
-rw-r--r--indra/newview/llviewerobject.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/indra/newview/llviewerobject.h b/indra/newview/llviewerobject.h
index 153f44601c..bdff88f8ca 100644
--- a/indra/newview/llviewerobject.h
+++ b/indra/newview/llviewerobject.h
@@ -634,7 +634,8 @@ public:
LLPointer<LLHUDText> mText;
LLPointer<LLHUDIcon> mIcon;
- static BOOL sUseSharedDrawables;
+ static BOOL sUseSharedDrawables;
+ static LLTrace::MemStat sMemStat;
protected:
// delete an item in the inventory, but don't tell the
@@ -748,7 +749,6 @@ protected:
static S32 sAxisArrowLength;
- static LLTrace::MemStat sMemStat;
// These two caches are only correct for non-parented objects right now!
mutable LLVector3 mPositionRegion;