diff options
Diffstat (limited to 'indra/newview/llfloatermarketplacelistings.h')
-rwxr-xr-x | indra/newview/llfloatermarketplacelistings.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/indra/newview/llfloatermarketplacelistings.h b/indra/newview/llfloatermarketplacelistings.h index f6aa0ef0a6..594451ede4 100755 --- a/indra/newview/llfloatermarketplacelistings.h +++ b/indra/newview/llfloatermarketplacelistings.h @@ -52,6 +52,11 @@ class LLPanelMarketplaceListings : public LLPanel public: LLPanelMarketplaceListings(); BOOL postBuild(); + BOOL handleDragAndDrop(S32 x, S32 y, MASK mask, BOOL drop, + EDragAndDropType cargo_type, + void* cargo_data, + EAcceptance* accept, + std::string& tooltip_msg); void draw(); LLFolderView* getRootFolder() { return mRootFolder; } bool allowDropOnRoot(); |