diff options
author | Dmitry Zaporozhan <dzaporozhan@productengine.com> | 2010-02-01 17:11:31 +0200 |
---|---|---|
committer | Dmitry Zaporozhan <dzaporozhan@productengine.com> | 2010-02-01 17:11:31 +0200 |
commit | c679ae3546ffe0f29330a2969460fa37807e23b6 (patch) | |
tree | 4dbba1c1039ef736099ad8a17356c657699027ae /indra/newview/llinventorybridge.h | |
parent | 10ed52f69ab55924519d52fe8ccd48a5b3d7c4ba (diff) |
Fixed normal bug EXT-4768 - 'Play' btn does nothing to gesture in Inventory side panel.
--HG--
branch : product-engine
Diffstat (limited to 'indra/newview/llinventorybridge.h')
-rw-r--r-- | indra/newview/llinventorybridge.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/newview/llinventorybridge.h b/indra/newview/llinventorybridge.h index eeb8246b11..6fffec96a0 100644 --- a/indra/newview/llinventorybridge.h +++ b/indra/newview/llinventorybridge.h @@ -491,6 +491,8 @@ public: virtual void buildContextMenu(LLMenuGL& menu, U32 flags); + static void playGesture(const LLUUID& item_id); + protected: LLGestureBridge(LLInventoryPanel* inventory, const LLUUID& uuid) : LLItemBridge(inventory, uuid) {} |