diff options
author | maksymsproductengine <maksymsproductengine@lindenlab.com> | 2014-10-16 17:27:44 +0300 |
---|---|---|
committer | maksymsproductengine <maksymsproductengine@lindenlab.com> | 2014-10-16 17:27:44 +0300 |
commit | c8cfcf8ea171b32185dbac12e576339b9ec4179a (patch) | |
tree | 65cad5485e50c4c796c10bdd7ceebf885d3da07b /indra/llui/llurlentry.cpp | |
parent | 2b8827a55f6a935bac8abb7513be1c00659f6ab1 (diff) |
Fix build issues.
Diffstat (limited to 'indra/llui/llurlentry.cpp')
-rwxr-xr-x | indra/llui/llurlentry.cpp | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/indra/llui/llurlentry.cpp b/indra/llui/llurlentry.cpp index daed158fe9..ac023e664d 100755 --- a/indra/llui/llurlentry.cpp +++ b/indra/llui/llurlentry.cpp @@ -43,15 +43,13 @@ #define APP_HEADER_REGEX "((x-grid-location-info://[-\\w\\.]+/app)|(secondlife:///app))" -extern LLControlGroup gSavedSettings; - // Utility functions std::string localize_slapp_label(const std::string& url, const std::string& full_name); LLUrlEntryBase::LLUrlEntryBase() { - mGreyQuery = gSavedSettings.getBOOL("HTTPNoProtocolShowGreyQuery"); + mGreyQuery = LLUI::sSettingGroups["config"]->getBOOL("HTTPNoProtocolShowGreyQuery"); } LLUrlEntryBase::~LLUrlEntryBase() |