aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/llfloaterhud.h
diff options
context:
space:
mode:
Diffstat (limited to 'linden/indra/newview/llfloaterhud.h')
-rw-r--r--linden/indra/newview/llfloaterhud.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/linden/indra/newview/llfloaterhud.h b/linden/indra/newview/llfloaterhud.h
index bd60d7b..95c0f8d 100644
--- a/linden/indra/newview/llfloaterhud.h
+++ b/linden/indra/newview/llfloaterhud.h
@@ -58,7 +58,7 @@ protected:
58 LLWebBrowserCtrl* mWebBrowser; ///< the actual web browser control 58 LLWebBrowserCtrl* mWebBrowser; ///< the actual web browser control
59 59
60 LLFloaterHUD(); ///< default constructor 60 LLFloaterHUD(); ///< default constructor
61 virtual void onFocusReceived(); ///< called when we get the focus 61
62private: 62private:
63 static LLFloaterHUD* sInstance; 63 static LLFloaterHUD* sInstance;
64}; 64};