Skip to content

Commit 3fa7674

Browse files
fix test for lllogininstance.cpp
1 parent 0296bd6 commit 3fa7674

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

indra/newview/tests/lllogininstance_test.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@ static LLEventStream gTestPump("test_pump");
6666
#include "../llstartup.h"
6767
LLSLURL LLStartUp::sStartSLURL;
6868
LLSLURL& LLStartUp::getStartSLURL() { return sStartSLURL; }
69+
std::string LLStartUp::getUserId() { return ""; };
6970

7071
#include "lllogin.h"
7172

0 commit comments

Comments
 (0)