aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/llui/llfocusmgr.h
diff options
context:
space:
mode:
authorJacek Antonelli2008-09-06 18:24:57 -0500
committerJacek Antonelli2008-09-06 18:25:07 -0500
commit798d367d54a6c6379ad355bd8345fa40e31e7fe9 (patch)
tree1921f1708cd0240648c97bc02df2c2ab5f2fc41e /linden/indra/llui/llfocusmgr.h
parentSecond Life viewer sources 1.20.15 (diff)
downloadmeta-impy-798d367d54a6c6379ad355bd8345fa40e31e7fe9.zip
meta-impy-798d367d54a6c6379ad355bd8345fa40e31e7fe9.tar.gz
meta-impy-798d367d54a6c6379ad355bd8345fa40e31e7fe9.tar.bz2
meta-impy-798d367d54a6c6379ad355bd8345fa40e31e7fe9.tar.xz
Second Life viewer sources 1.21.0-RC
Diffstat (limited to 'linden/indra/llui/llfocusmgr.h')
-rw-r--r--linden/indra/llui/llfocusmgr.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/linden/indra/llui/llfocusmgr.h b/linden/indra/llui/llfocusmgr.h
index 49aba93..e1b3d88 100644
--- a/linden/indra/llui/llfocusmgr.h
+++ b/linden/indra/llui/llfocusmgr.h
@@ -114,9 +114,9 @@ private:
114 focus_history_map_t mFocusHistory; 114 focus_history_map_t mFocusHistory;
115 115
116 #ifdef _DEBUG 116 #ifdef _DEBUG
117 LLString mMouseCaptorName; 117 std::string mMouseCaptorName;
118 LLString mKeyboardFocusName; 118 std::string mKeyboardFocusName;
119 LLString mTopCtrlName; 119 std::string mTopCtrlName;
120 #endif 120 #endif
121}; 121};
122 122