diff options
author | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2009-12-10 15:31:08 -0500 |
---|---|---|
committer | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2009-12-10 15:31:08 -0500 |
commit | 6af53dd7e2e8c344847dd6936181c545db8e8778 (patch) | |
tree | 4ab4beb0717dae2bc0e92df91c679731f85deb60 /indra/newview/llinventorybridge.h | |
parent | 50a865e21222764ad8da0743a6b6efcc09b13ec6 (diff) |
For EXT-2858: Determine gear menu / right-click menu choices for AppearanceSP
--HG--
branch : avatar-pipeline
Diffstat (limited to 'indra/newview/llinventorybridge.h')
-rw-r--r-- | indra/newview/llinventorybridge.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/indra/newview/llinventorybridge.h b/indra/newview/llinventorybridge.h index 63be9dcdb8..4636c1d4cb 100644 --- a/indra/newview/llinventorybridge.h +++ b/indra/newview/llinventorybridge.h @@ -182,6 +182,9 @@ public: // LLInvFVBridge functionality virtual void clearDisplayName() {} + // Allow context menus to be customized for side panel. + bool isInOutfitsSidePanel() const; + protected: LLInvFVBridge(LLInventoryPanel* inventory, const LLUUID& uuid); |