aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/llfloatertest.cpp
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--linden/indra/newview/llfloatertest.cpp5
1 files changed, 3 insertions, 2 deletions
diff --git a/linden/indra/newview/llfloatertest.cpp b/linden/indra/newview/llfloatertest.cpp
index 29c897d..510072d 100644
--- a/linden/indra/newview/llfloatertest.cpp
+++ b/linden/indra/newview/llfloatertest.cpp
@@ -5,6 +5,7 @@
5 * 5 *
6 * Copyright (c) 2006-2007, Linden Research, Inc. 6 * Copyright (c) 2006-2007, Linden Research, Inc.
7 * 7 *
8 * Second Life Viewer Source Code
8 * The source code in this file ("Source Code") is provided by Linden Lab 9 * The source code in this file ("Source Code") is provided by Linden Lab
9 * to you under the terms of the GNU General Public License, version 2.0 10 * to you under the terms of the GNU General Public License, version 2.0
10 * ("GPL"), unless you have obtained a separate licensing agreement 11 * ("GPL"), unless you have obtained a separate licensing agreement
@@ -65,7 +66,7 @@ private:
65 static void onCommitCombo(LLUICtrl*, void*); 66 static void onCommitCombo(LLUICtrl*, void*);
66 static void onCommitLine(LLUICtrl*, void*); 67 static void onCommitLine(LLUICtrl*, void*);
67 static void onKeyLine(LLLineEditor*, void*); 68 static void onKeyLine(LLLineEditor*, void*);
68 static void onFocusLostLine(LLLineEditor*, void*); 69 static void onFocusLostLine(LLUICtrl*, void*);
69 static void onChangeRadioGroup(LLUICtrl*, void*); 70 static void onChangeRadioGroup(LLUICtrl*, void*);
70 71
71 LLButton* mBtnSimple; 72 LLButton* mBtnSimple;
@@ -359,7 +360,7 @@ void LLFloaterTestImpl::onKeyLine(LLLineEditor*, void*)
359} 360}
360 361
361// static 362// static
362void LLFloaterTestImpl::onFocusLostLine(LLLineEditor*, void*) 363void LLFloaterTestImpl::onFocusLostLine(LLUICtrl*, void*)
363{ 364{
364 llinfos << "focus lost line editor" << llendl; 365 llinfos << "focus lost line editor" << llendl;
365} 366}