aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/lldebugview.h
diff options
context:
space:
mode:
authorJacek Antonelli2008-08-15 23:45:42 -0500
committerJacek Antonelli2008-08-15 23:45:42 -0500
commitce28e056c20bf2723f565bbf464b87781ec248a2 (patch)
treeef7b0501c4de4b631a916305cbc2a5fdc125e52d /linden/indra/newview/lldebugview.h
parentSecond Life viewer sources 1.19.1.4b (diff)
downloadmeta-impy-ce28e056c20bf2723f565bbf464b87781ec248a2.zip
meta-impy-ce28e056c20bf2723f565bbf464b87781ec248a2.tar.gz
meta-impy-ce28e056c20bf2723f565bbf464b87781ec248a2.tar.bz2
meta-impy-ce28e056c20bf2723f565bbf464b87781ec248a2.tar.xz
Second Life viewer sources 1.20.2
Diffstat (limited to 'linden/indra/newview/lldebugview.h')
-rw-r--r--linden/indra/newview/lldebugview.h7
1 files changed, 2 insertions, 5 deletions
diff --git a/linden/indra/newview/lldebugview.h b/linden/indra/newview/lldebugview.h
index edaf253..aaa1f57 100644
--- a/linden/indra/newview/lldebugview.h
+++ b/linden/indra/newview/lldebugview.h
@@ -46,7 +46,7 @@ class LLFastTimerView;
46class LLMemoryView; 46class LLMemoryView;
47class LLConsole; 47class LLConsole;
48class LLTextureView; 48class LLTextureView;
49class LLContainerView; 49class LLFloaterStats;
50 50
51class LLDebugView : public LLView 51class LLDebugView : public LLView
52{ 52{
@@ -54,14 +54,11 @@ public:
54 LLDebugView(const std::string& name, const LLRect &rect); 54 LLDebugView(const std::string& name, const LLRect &rect);
55 ~LLDebugView(); 55 ~LLDebugView();
56 56
57 virtual EWidgetType getWidgetType() const;
58 virtual LLString getWidgetTag() const;
59
60 LLFrameStatView* mFrameStatView; 57 LLFrameStatView* mFrameStatView;
61 LLFastTimerView* mFastTimerView; 58 LLFastTimerView* mFastTimerView;
62 LLMemoryView* mMemoryView; 59 LLMemoryView* mMemoryView;
63 LLConsole* mDebugConsolep; 60 LLConsole* mDebugConsolep;
64 LLContainerView* mStatViewp; 61 LLFloaterStats* mFloaterStatsp;
65}; 62};
66 63
67extern LLDebugView* gDebugView; 64extern LLDebugView* gDebugView;