diff options
author | Andrew A. de Laix <alain@lindenlab.com> | 2010-12-10 09:43:01 -0800 |
---|---|---|
committer | Andrew A. de Laix <alain@lindenlab.com> | 2010-12-10 09:43:01 -0800 |
commit | b89b41991e49e24b826d1b44ebfe3587a8b248ab (patch) | |
tree | 37536640360038142ba0199ff8f7d2e80c26a7c2 /indra/newview/tests/lllogininstance_test.cpp | |
parent | 9a3f6c1e0cb690201f91f21e3be393bace827604 (diff) |
ui improvements to more closely match UX design.
Diffstat (limited to 'indra/newview/tests/lllogininstance_test.cpp')
-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 59a8e40607..9e321db889 100644 --- a/indra/newview/tests/lllogininstance_test.cpp +++ b/indra/newview/tests/lllogininstance_test.cpp @@ -219,6 +219,7 @@ void LLUpdaterService::startChecking(bool install_if_ready) {} void LLUpdaterService::stopChecking() {} bool LLUpdaterService::isChecking() { return false; } LLUpdaterService::eUpdaterState LLUpdaterService::getState() { return INITIAL; } +std::string LLUpdaterService::updatedVersion() { return ""; } //----------------------------------------------------------------------------- #include "llnotifications.h" |