summaryrefslogtreecommitdiff
path: root/indra/llui/lltoolbar.h
diff options
context:
space:
mode:
authorRichard Nelson <richard@lindenlab.com>2011-10-06 16:48:41 -0700
committerRichard Nelson <richard@lindenlab.com>2011-10-06 16:48:41 -0700
commit0f35bbbe9a084ef70b01a551f3262d8bf58ffb42 (patch)
tree1674cb2c821809981950a51b68b89fe778d25681 /indra/llui/lltoolbar.h
parentddcd51beac061b79268c939a4e3ed48ec87fb907 (diff)
parent740b3547d6b4685bcd89bb2781ccb423ab935799 (diff)
Automated merge with ssh://hg.lindenlab.com/richard/viewer-experience-fui
Diffstat (limited to 'indra/llui/lltoolbar.h')
-rw-r--r--indra/llui/lltoolbar.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/llui/lltoolbar.h b/indra/llui/lltoolbar.h
index 3fbe5a7703..4fac081130 100644
--- a/indra/llui/lltoolbar.h
+++ b/indra/llui/lltoolbar.h
@@ -68,6 +68,7 @@ public:
void setHandleDragCallback(tool_handledrag_callback_t cb) { mHandleDragItemCallback = cb; }
void onMouseEnter(S32 x, S32 y, MASK mask);
+ void onMouseCaptureLost();
private:
LLCommandId mId;