diff options
author | James Cook <james@lindenlab.com> | 2009-12-03 13:11:09 -0800 |
---|---|---|
committer | James Cook <james@lindenlab.com> | 2009-12-03 13:11:09 -0800 |
commit | d566f187a33ca775210ecfd99369b0340daed121 (patch) | |
tree | 24862ba2961e861f7d9a21ffee81d312a0d80441 /indra/newview/llnearbychat.cpp | |
parent | 4feca85dfa8347184a76d727582cc86cf3d40245 (diff) |
Fix Linux build, file missing newline at end of file
Diffstat (limited to 'indra/newview/llnearbychat.cpp')
-rw-r--r-- | indra/newview/llnearbychat.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llnearbychat.cpp b/indra/newview/llnearbychat.cpp index 791cedbd4c..4349f80d6b 100644 --- a/indra/newview/llnearbychat.cpp +++ b/indra/newview/llnearbychat.cpp @@ -297,4 +297,4 @@ void LLNearbyChat::onFocusLost() { setBackgroundOpaque(false); LLPanel::onFocusLost(); -}
\ No newline at end of file +} |