From 3676afd7e5aeabc8ee583c177bfaedce59dfc5ae Mon Sep 17 00:00:00 2001
From: Richard Linden <none@none>
Date: Mon, 7 Mar 2011 15:06:19 -0800
Subject: [PATCH] fix for linux build

---
 indra/llxuixml/lltrans.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/indra/llxuixml/lltrans.cpp b/indra/llxuixml/lltrans.cpp
index 7162f22ac92..e13d73c6401 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
+}
-- 
GitLab