diff options
author | Vadim Savchuk <vsavchuk@productengine.com> | 2010-04-20 17:38:35 +0300 |
---|---|---|
committer | Vadim Savchuk <vsavchuk@productengine.com> | 2010-04-20 17:38:35 +0300 |
commit | 597485cceb57c4a8f23f1d760a5dfd83cc5271a6 (patch) | |
tree | 279a01907ccce8bed10670906145aa18830761e8 /indra/newview/llnearbychat.h | |
parent | 2da402498f64b982edfe2ba6545780a16731ad34 (diff) | |
parent | 181241e747688758a29cf89d1989c4572ee52c69 (diff) |
merge
--HG--
branch : product-engine
Diffstat (limited to 'indra/newview/llnearbychat.h')
-rw-r--r-- | indra/newview/llnearbychat.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/newview/llnearbychat.h b/indra/newview/llnearbychat.h index 6ef2a1fee3..3c116dbe83 100644 --- a/indra/newview/llnearbychat.h +++ b/indra/newview/llnearbychat.h @@ -53,6 +53,8 @@ public: void onNearbyChatContextMenuItemClicked(const LLSD& userdata); bool onNearbyChatCheckContextMenuItem(const LLSD& userdata); + virtual BOOL handleMouseDown(S32 x, S32 y, MASK mask); + // focus overrides /*virtual*/ void onFocusLost(); /*virtual*/ void onFocusReceived(); |