aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/llfloaterhud.h
diff options
context:
space:
mode:
authorArmin Weatherwax2010-06-14 12:04:49 +0200
committerArmin Weatherwax2010-09-23 15:38:25 +0200
commit35df5441d3e2789663532c948731aff3a1e04728 (patch)
treeac7674289784a5f96106ea507637055a8dada78a /linden/indra/newview/llfloaterhud.h
parentChanged version to Experimental 2010.09.18 (diff)
downloadmeta-impy-35df5441d3e2789663532c948731aff3a1e04728.zip
meta-impy-35df5441d3e2789663532c948731aff3a1e04728.tar.gz
meta-impy-35df5441d3e2789663532c948731aff3a1e04728.tar.bz2
meta-impy-35df5441d3e2789663532c948731aff3a1e04728.tar.xz
llmediaplugins first step
Diffstat (limited to 'linden/indra/newview/llfloaterhud.h')
-rw-r--r--linden/indra/newview/llfloaterhud.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/linden/indra/newview/llfloaterhud.h b/linden/indra/newview/llfloaterhud.h
index 2d58685..919ffef 100644
--- a/linden/indra/newview/llfloaterhud.h
+++ b/linden/indra/newview/llfloaterhud.h
@@ -35,7 +35,7 @@
35 35
36#include "llfloater.h" 36#include "llfloater.h"
37 37
38class LLWebBrowserCtrl; 38class LLMediaCtrl;
39 39
40class LLFloaterHUD : public LLFloater 40class LLFloaterHUD : public LLFloater
41{ 41{
@@ -53,7 +53,7 @@ private:
53 /*virtual*/ ~LLFloaterHUD(); 53 /*virtual*/ ~LLFloaterHUD();
54 54
55private: 55private:
56 LLWebBrowserCtrl* mWebBrowser; ///< the actual web browser control 56 LLMediaCtrl* mWebBrowser; ///< the actual web browser control
57 static LLFloaterHUD* sInstance; 57 static LLFloaterHUD* sInstance;
58}; 58};
59 59