diff options
Diffstat (limited to 'linden/indra/newview/llfloaterhtmlhelp.h')
-rw-r--r-- | linden/indra/newview/llfloaterhtmlhelp.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/linden/indra/newview/llfloaterhtmlhelp.h b/linden/indra/newview/llfloaterhtmlhelp.h index 5b09634..fa04f06 100644 --- a/linden/indra/newview/llfloaterhtmlhelp.h +++ b/linden/indra/newview/llfloaterhtmlhelp.h | |||
@@ -69,6 +69,8 @@ public: | |||
69 | 69 | ||
70 | static void toggle(); | 70 | static void toggle(); |
71 | static void helpF1(); | 71 | static void helpF1(); |
72 | |||
73 | private: | ||
72 | static void onEnterAddress(LLUICtrl* ctrl, void* user_data); | 74 | static void onEnterAddress(LLUICtrl* ctrl, void* user_data); |
73 | static void onClickRefresh(void* user_data); | 75 | static void onClickRefresh(void* user_data); |
74 | static void onClickBack(void* user_data); | 76 | static void onClickBack(void* user_data); |
@@ -81,7 +83,6 @@ public: | |||
81 | static void onClickSetHome(void* user_data); | 83 | static void onClickSetHome(void* user_data); |
82 | static bool onClickF1HelpLoadURL(const LLSD& notification, const LLSD& response); | 84 | static bool onClickF1HelpLoadURL(const LLSD& notification, const LLSD& response); |
83 | 85 | ||
84 | private: | ||
85 | LLWebBrowserCtrl* mBrowser; | 86 | LLWebBrowserCtrl* mBrowser; |
86 | LLComboBox* mAddressCombo; | 87 | LLComboBox* mAddressCombo; |
87 | std::string mCurrentURL; | 88 | std::string mCurrentURL; |