diff options
Diffstat (limited to '')
-rw-r--r-- | linden/indra/newview/llfloaterhud.h | 4 |
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 | ||
38 | class LLWebBrowserCtrl; | 38 | class LLMediaCtrl; |
39 | 39 | ||
40 | class LLFloaterHUD : public LLFloater | 40 | class LLFloaterHUD : public LLFloater |
41 | { | 41 | { |
@@ -53,7 +53,7 @@ private: | |||
53 | /*virtual*/ ~LLFloaterHUD(); | 53 | /*virtual*/ ~LLFloaterHUD(); |
54 | 54 | ||
55 | private: | 55 | private: |
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 | ||