summaryrefslogtreecommitdiff
path: root/indra/llui/llfloater.cpp
diff options
context:
space:
mode:
authorMerov Linden <merov@lindenlab.com>2013-05-02 18:49:43 -0700
committerMerov Linden <merov@lindenlab.com>2013-05-02 18:49:43 -0700
commit701facaac4bd4dde76427fac014da6d1e1641c2a (patch)
tree72aecf24e5a93f6f85252f81f8994cd0b7a13998 /indra/llui/llfloater.cpp
parent6cce8629b962cd73515e2d0a85620b602e57a0fe (diff)
parentf9dc6d9708523591eb95b4ec79c62270ed2ecb93 (diff)
Pull from viewer-fbc
Diffstat (limited to 'indra/llui/llfloater.cpp')
-rw-r--r--indra/llui/llfloater.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llui/llfloater.cpp b/indra/llui/llfloater.cpp
index d97569839a..db9b6b78d2 100644
--- a/indra/llui/llfloater.cpp
+++ b/indra/llui/llfloater.cpp
@@ -1335,7 +1335,7 @@ void LLFloater::setFocus( BOOL b )
{
return;
}
- LLUICtrl* last_focus = gFocusMgr.getLastFocusForGroup(this);
+ LLView* last_focus = gFocusMgr.getLastFocusForGroup(this);
// a descendent already has focus
BOOL child_had_focus = hasFocus();