diff options
author | Merov Linden <merov@lindenlab.com> | 2011-10-05 11:18:17 -0700 |
---|---|---|
committer | Merov Linden <merov@lindenlab.com> | 2011-10-05 11:18:17 -0700 |
commit | 3b3a13707309eb4b7d6ed5d309081c99e5f28eca (patch) | |
tree | 3103294452ad16bcd18b79c78db00b5e5a2dea8b /indra/newview/lltoolbarview.h | |
parent | daae211fe3e2d1da3623951b1166473c53ce5808 (diff) |
EXP-1286 : DaD is functional though has bugs... Working on it...
Diffstat (limited to 'indra/newview/lltoolbarview.h')
-rw-r--r-- | indra/newview/lltoolbarview.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/lltoolbarview.h b/indra/newview/lltoolbarview.h index b7d3a4033a..3d488f837f 100644 --- a/indra/newview/lltoolbarview.h +++ b/indra/newview/lltoolbarview.h @@ -76,7 +76,7 @@ public: static void startDragItem( S32 x, S32 y, const LLUUID& uuid); static BOOL handleDragItem( S32 x, S32 y, const LLUUID& uuid, LLAssetType::EType type); - static BOOL handleDrop( EDragAndDropType cargo_type, void* cargo_data, const LLUUID& folder_id); + static BOOL handleDrop( void* cargo_data, S32 x, S32 y, LLToolBar* toolbar); protected: friend class LLUICtrlFactory; |