summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaxim Nikolenko <maximnproductengine@lindenlab.com>2025-05-21 15:44:48 +0300
committerMaxim Nikolenko <maximnproductengine@lindenlab.com>2025-05-21 15:44:48 +0300
commit3fa76746616e13c6cc5ba8f2bb02d05262fafa3e (patch)
treebac906299c2bc7bbb9f2c3a7763f7d44aa137632
parent0296bd6ca78a8f962e42156265a57e07bb6c1164 (diff)
fix test for lllogininstance.cpp
-rw-r--r--indra/newview/tests/lllogininstance_test.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/tests/lllogininstance_test.cpp b/indra/newview/tests/lllogininstance_test.cpp
index bff2289a7c..29ca903256 100644
--- a/indra/newview/tests/lllogininstance_test.cpp
+++ b/indra/newview/tests/lllogininstance_test.cpp
@@ -66,6 +66,7 @@ static LLEventStream gTestPump("test_pump");
#include "../llstartup.h"
LLSLURL LLStartUp::sStartSLURL;
LLSLURL& LLStartUp::getStartSLURL() { return sStartSLURL; }
+std::string LLStartUp::getUserId() { return ""; };
#include "lllogin.h"