diff options
author | Gilbert Gonzales <gilbert@lindenlab.com> | 2012-10-17 15:26:51 -0700 |
---|---|---|
committer | Gilbert Gonzales <gilbert@lindenlab.com> | 2012-10-17 15:26:51 -0700 |
commit | 3ee73ee98d31e572e284371074b7cd4744005a29 (patch) | |
tree | 9b12a8db2f8393a1c9afc0ee9a42f78a99edcfeb /indra | |
parent | f55d07114b560b277ebf9f644a85c03114170295 (diff) |
warn-on-failure:unix-eol
Diffstat (limited to 'indra')
-rwxr-xr-x | indra/newview/llviewerwindow.cpp | 2 |
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; }; |