summaryrefslogtreecommitdiff
path: root/indra/newview/llpanelmarketplaceinbox.h
diff options
context:
space:
mode:
Diffstat (limited to 'indra/newview/llpanelmarketplaceinbox.h')
-rw-r--r--indra/newview/llpanelmarketplaceinbox.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/indra/newview/llpanelmarketplaceinbox.h b/indra/newview/llpanelmarketplaceinbox.h
index 519b213081..504659b1ef 100644
--- a/indra/newview/llpanelmarketplaceinbox.h
+++ b/indra/newview/llpanelmarketplaceinbox.h
@@ -29,6 +29,8 @@
#include "llpanel.h"
+class LLInventoryPanel;
+
class LLPanelMarketplaceInbox : public LLPanel
{
public:
@@ -39,6 +41,13 @@ public:
~LLPanelMarketplaceInbox();
/*virtual*/ BOOL postBuild();
+
+ /*virtual*/ BOOL handleDragAndDrop(S32 x, S32 y, MASK mask, BOOL drop, EDragAndDropType cargo_type, void *cargo_data, EAcceptance *accept, std::string& tooltip_msg);
+
+ /*virtual*/ void draw();
+
+private:
+ LLInventoryPanel* mInventoryPanel;
};