summaryrefslogtreecommitdiff
path: root/indra
diff options
context:
space:
mode:
authorGilbert Gonzales <gilbert@lindenlab.com>2012-10-17 15:26:51 -0700
committerGilbert Gonzales <gilbert@lindenlab.com>2012-10-17 15:26:51 -0700
commit3ee73ee98d31e572e284371074b7cd4744005a29 (patch)
tree9b12a8db2f8393a1c9afc0ee9a42f78a99edcfeb /indra
parentf55d07114b560b277ebf9f644a85c03114170295 (diff)
warn-on-failure:unix-eol
Diffstat (limited to 'indra')
-rwxr-xr-xindra/newview/llviewerwindow.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llviewerwindow.cpp b/indra/newview/llviewerwindow.cpp
index 403288b2fd..11fe8fda26 100755
--- a/indra/newview/llviewerwindow.cpp
+++ b/indra/newview/llviewerwindow.cpp
@@ -283,7 +283,7 @@ private:
struct Line
{
Line(const std::string& in_text, S32 in_x, S32 in_y) : text(in_text), x(in_x), y(in_y) {}
- std::string text;
+ std::string text;
S32 x,y;
};