diff options
author | Leyla Farazha <leyla@lindenlab.com> | 2011-10-20 15:28:52 -0700 |
---|---|---|
committer | Leyla Farazha <leyla@lindenlab.com> | 2011-10-20 15:28:52 -0700 |
commit | 54118511c04323c5ae5d43a9d7f7b8639531d541 (patch) | |
tree | 8b6a9061593a53e3c9d83d9c28877447e28569ac /indra/llui/lltoolbar.h | |
parent | ecdd689e23cbe4b509fb885107b96b455739a497 (diff) | |
parent | 6998c5ebc7aad43d44f1bb6e42e20503c2ff144f (diff) |
merge
Diffstat (limited to 'indra/llui/lltoolbar.h')
-rw-r--r-- | indra/llui/lltoolbar.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/indra/llui/lltoolbar.h b/indra/llui/lltoolbar.h index ad42d1fa35..e634e57f93 100644 --- a/indra/llui/lltoolbar.h +++ b/indra/llui/lltoolbar.h @@ -36,8 +36,9 @@ #include "llassettype.h" class LLToolBar; +class LLToolBarButton; -typedef boost::function<void (S32 x, S32 y, const LLUUID& uuid)> tool_startdrag_callback_t; +typedef boost::function<void (S32 x, S32 y, LLToolBarButton* button)> tool_startdrag_callback_t; typedef boost::function<BOOL (S32 x, S32 y, const LLUUID& uuid, LLAssetType::EType type)> tool_handledrag_callback_t; typedef boost::function<BOOL (void* data, S32 x, S32 y, LLToolBar* toolbar)> tool_handledrop_callback_t; |