diff options
author | Richard Linden <none@none> | 2011-03-07 15:06:19 -0800 |
---|---|---|
committer | Richard Linden <none@none> | 2011-03-07 15:06:19 -0800 |
commit | 3676afd7e5aeabc8ee583c177bfaedce59dfc5ae (patch) | |
tree | aeb4c5b47b3dbf01bc6bf73c7c03a97937dd7a2c /indra/llxuixml | |
parent | c18252451306817ac4a07c823ef615c46edc7e85 (diff) |
fix for linux build
Diffstat (limited to 'indra/llxuixml')
-rw-r--r-- | indra/llxuixml/lltrans.cpp | 2 |
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 +} |