summaryrefslogtreecommitdiff
path: root/indra/newview/lldebugview.h
diff options
context:
space:
mode:
Diffstat (limited to 'indra/newview/lldebugview.h')
-rw-r--r--indra/newview/lldebugview.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/indra/newview/lldebugview.h b/indra/newview/lldebugview.h
index 075e8d7c39..36d367e40d 100644
--- a/indra/newview/lldebugview.h
+++ b/indra/newview/lldebugview.h
@@ -46,7 +46,7 @@ class LLFastTimerView;
class LLMemoryView;
class LLConsole;
class LLTextureView;
-class LLContainerView;
+class LLFloaterStats;
class LLDebugView : public LLView
{
@@ -61,7 +61,7 @@ public:
LLFastTimerView* mFastTimerView;
LLMemoryView* mMemoryView;
LLConsole* mDebugConsolep;
- LLContainerView* mStatViewp;
+ LLFloaterStats* mFloaterStatsp;
};
extern LLDebugView* gDebugView;