diff options
Diffstat (limited to 'indra/newview/llfloaterwebcontent.h')
-rwxr-xr-x | indra/newview/llfloaterwebcontent.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llfloaterwebcontent.h b/indra/newview/llfloaterwebcontent.h index b416328e93..4d77537f5f 100755 --- a/indra/newview/llfloaterwebcontent.h +++ b/indra/newview/llfloaterwebcontent.h @@ -99,7 +99,6 @@ protected: LLMediaCtrl* mWebBrowser; LLComboBox* mAddressCombo; LLIconCtrl* mSecureLockIcon; - LLTextBox* mSecurePrefix; LLTextBox* mStatusBarText; LLProgressBar* mStatusBarProgress; @@ -109,6 +108,7 @@ protected: LLView* mBtnStop; std::string mCurrentURL; + std::string mDisplayURL; std::string mUUID; bool mShowPageTitle; bool mAllowNavigation; |