diff options
| author | Andrey Lihatskiy <alihatskiy@productengine.com> | 2025-05-28 21:39:43 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-05-28 21:39:43 +0300 |
| commit | 3375fb1348de8768ea3cac4b06cd4fdd4fbd13a9 (patch) | |
| tree | 0b5b5eae982fd99ccd3175708f683420613e995b /indra/newview/tests | |
| parent | 0dbf2b40f6f30728858fadb6390c465dc36669aa (diff) | |
| parent | de8275b14b30bf754cdba1da867cb2e6c2783639 (diff) | |
Merge pull request #4182 from secondlife/main
GLTF Mesh Import: Post-release merge
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 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" |
