diff options
author | Richard Linden <none@none> | 2010-09-09 16:51:20 -0700 |
---|---|---|
committer | Richard Linden <none@none> | 2010-09-09 16:51:20 -0700 |
commit | 9f75ae5e327c2802a901b1afd6ce3deb77212181 (patch) | |
tree | a5d3e8911474972bbcfd75088f5b7494413a3dff /indra/newview/tests | |
parent | 846f39253a4422a881d1e2b84b58a8e50eb106c8 (diff) |
fixed link seam in login unit test
Diffstat (limited to 'indra/newview/tests')
-rw-r--r-- | indra/newview/tests/lllogininstance_test.cpp | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/indra/newview/tests/lllogininstance_test.cpp b/indra/newview/tests/lllogininstance_test.cpp index a0697af6c3..ed6c2e4cbc 100644 --- a/indra/newview/tests/lllogininstance_test.cpp +++ b/indra/newview/tests/lllogininstance_test.cpp @@ -62,6 +62,12 @@ LLSLURL LLStartUp::sStartSLURL; static std::string gLoginURI; static LLSD gLoginCreds; static bool gDisconnectCalled = false; + +#include "../llviewerwindow.h" +void LLViewerWindow::setShowProgress(BOOL show) {} + +LLViewerWindow* gViewerWindow; + class LLLogin::Impl { }; |