summaryrefslogtreecommitdiff
path: root/indra
diff options
context:
space:
mode:
authorRichard Linden <none@none>2011-03-07 15:06:19 -0800
committerRichard Linden <none@none>2011-03-07 15:06:19 -0800
commit3676afd7e5aeabc8ee583c177bfaedce59dfc5ae (patch)
treeaeb4c5b47b3dbf01bc6bf73c7c03a97937dd7a2c /indra
parentc18252451306817ac4a07c823ef615c46edc7e85 (diff)
fix for linux build
Diffstat (limited to 'indra')
-rw-r--r--indra/llxuixml/lltrans.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llxuixml/lltrans.cpp b/indra/llxuixml/lltrans.cpp
index 7162f22ac9..e13d73c640 100644
--- a/indra/llxuixml/lltrans.cpp
+++ b/indra/llxuixml/lltrans.cpp
@@ -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)
{
sDefaultArgs[name] = value;
-} \ No newline at end of file
+}