aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/llchatbar.h
diff options
context:
space:
mode:
Diffstat (limited to 'linden/indra/newview/llchatbar.h')
-rw-r--r--linden/indra/newview/llchatbar.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/linden/indra/newview/llchatbar.h b/linden/indra/newview/llchatbar.h
index 0af5469..32b0018 100644
--- a/linden/indra/newview/llchatbar.h
+++ b/linden/indra/newview/llchatbar.h
@@ -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
@@ -86,7 +87,7 @@ public:
86 87
87 static void onTabClick( void* userdata ); 88 static void onTabClick( void* userdata );
88 static void onInputEditorKeystroke(LLLineEditor* caller, void* userdata); 89 static void onInputEditorKeystroke(LLLineEditor* caller, void* userdata);
89 static void onInputEditorFocusLost(LLLineEditor* caller,void* userdata); 90 static void onInputEditorFocusLost(LLUICtrl* caller,void* userdata);
90 static void onInputEditorGainFocus(LLUICtrl* caller,void* userdata); 91 static void onInputEditorGainFocus(LLUICtrl* caller,void* userdata);
91 92
92 static void onCommitGesture(LLUICtrl* ctrl, void* data); 93 static void onCommitGesture(LLUICtrl* ctrl, void* data);