Skip to content
Snippets Groups Projects
Commit b0473a8d authored by Roxie Linden's avatar Roxie Linden
Browse files

Fix test build break

parent cdc42c49
No related branches found
No related tags found
No related merge requests found
...@@ -95,6 +95,13 @@ LLSD LLCredential::getLoginParams() ...@@ -95,6 +95,13 @@ LLSD LLCredential::getLoginParams()
return result; return result;
} }
void LLCredential::identifierType(std::string &idType)
{
}
void LLCredential::authenticatorType(std::string &idType)
{
}
LLControlGroup gSavedSettings("test"); LLControlGroup gSavedSettings("test");
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment