diff options
author | Oz Linden <oz@lindenlab.com> | 2012-08-09 11:52:48 -0700 |
---|---|---|
committer | Oz Linden <oz@lindenlab.com> | 2012-08-09 11:52:48 -0700 |
commit | 5f1230e911623d77dbc3353819bed338c514f671 (patch) | |
tree | fef827996d95b645b2e54af7cfc31b2be7439d79 /indra/newview/tests | |
parent | 1869a399beb2cb3fa52d21f9c288f4c3b6ab4deb (diff) |
MAINT-1342: correct initial login location handling, clarify the two related persistent settings
Diffstat (limited to 'indra/newview/tests')
-rw-r--r-- | indra/newview/tests/lllogininstance_test.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/tests/lllogininstance_test.cpp b/indra/newview/tests/lllogininstance_test.cpp index b7e81c4199..7705b4c567 100644 --- a/indra/newview/tests/lllogininstance_test.cpp +++ b/indra/newview/tests/lllogininstance_test.cpp @@ -60,6 +60,7 @@ static LLEventStream gTestPump("test_pump"); #include "../llslurl.h" #include "../llstartup.h" LLSLURL LLStartUp::sStartSLURL; +LLSLURL& LLStartUp::getStartSLURL() { return sStartSLURL; } #include "lllogin.h" |