diff options
author | Roxie Linden <roxie@lindenlab.com> | 2010-05-28 01:03:17 -0700 |
---|---|---|
committer | Roxie Linden <roxie@lindenlab.com> | 2010-05-28 01:03:17 -0700 |
commit | 6b8fec008bbf5da5687a7438ad56559237b5a850 (patch) | |
tree | 65d94574c27788d215d2b7ec4359bf0299481338 /indra/newview/llviewernetwork.cpp | |
parent | 0ffba7c663e4ebc143ff4f2ebd716370927b1623 (diff) |
Fix build break
Diffstat (limited to 'indra/newview/llviewernetwork.cpp')
-rw-r--r-- | indra/newview/llviewernetwork.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llviewernetwork.cpp b/indra/newview/llviewernetwork.cpp index a81bb2e6f2..fec112b9e7 100644 --- a/indra/newview/llviewernetwork.cpp +++ b/indra/newview/llviewernetwork.cpp @@ -559,7 +559,7 @@ std::string LLGridManager::getLoginPage() return mGridList[mGrid][GRID_LOGIN_PAGE_VALUE]; } -bool LLGridManager::LLGridManager::isInProductionGrid() +bool LLGridManager::isInProductionGrid() { // *NOTE:Mani This used to compare GRID_INFO_AGNI to gGridChoice, // but it seems that loginURI trumps that. |