aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/llchatbar.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'linden/indra/newview/llchatbar.cpp')
-rw-r--r--linden/indra/newview/llchatbar.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/linden/indra/newview/llchatbar.cpp b/linden/indra/newview/llchatbar.cpp
index 394399e..02bed33 100644
--- a/linden/indra/newview/llchatbar.cpp
+++ b/linden/indra/newview/llchatbar.cpp
@@ -4,6 +4,7 @@
4 * 4 *
5 * Copyright (c) 2002-2007, Linden Research, Inc. 5 * Copyright (c) 2002-2007, Linden Research, Inc.
6 * 6 *
7 * Second Life Viewer Source Code
7 * The source code in this file ("Source Code") is provided by Linden Lab 8 * The source code in this file ("Source Code") is provided by Linden Lab
8 * to you under the terms of the GNU General Public License, version 2.0 9 * to you under the terms of the GNU General Public License, version 2.0
9 * ("GPL"), unless you have obtained a separate licensing agreement 10 * ("GPL"), unless you have obtained a separate licensing agreement
@@ -602,7 +603,7 @@ void LLChatBar::onInputEditorKeystroke( LLLineEditor* caller, void* userdata )
602} 603}
603 604
604// static 605// static
605void LLChatBar::onInputEditorFocusLost( LLLineEditor* caller, void* userdata) 606void LLChatBar::onInputEditorFocusLost( LLUICtrl* caller, void* userdata)
606{ 607{
607 // stop typing animation 608 // stop typing animation
608 gAgent.stopTyping(); 609 gAgent.stopTyping();