Skip to content
Snippets Groups Projects
Commit 3676afd7 authored by Richard Linden's avatar Richard Linden
Browse files

fix for linux build

parent c1825245
No related branches found
No related tags found
No related merge requests found
...@@ -259,4 +259,4 @@ std::string LLTrans::getCountString(const std::string& language, const std::stri ...@@ -259,4 +259,4 @@ std::string LLTrans::getCountString(const std::string& language, const std::stri
void LLTrans::setDefaultArg(const std::string& name, const std::string& value) void LLTrans::setDefaultArg(const std::string& name, const std::string& value)
{ {
sDefaultArgs[name] = value; sDefaultArgs[name] = value;
} }
\ No newline at end of file
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