fix test for lllogininstance.cpp

master
Maxim Nikolenko 2025-05-21 15:44:48 +03:00
parent 0296bd6ca7
commit 3fa7674661
1 changed files with 1 additions and 0 deletions

View File

@ -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"