summaryrefslogtreecommitdiff
path: root/indra/newview/llfloateroutbox.h
diff options
context:
space:
mode:
authorMerov Linden <merov@lindenlab.com>2013-01-28 18:32:47 -0800
committerMerov Linden <merov@lindenlab.com>2013-01-28 18:32:47 -0800
commitc8e76908d71a67355beecf22c4daa8d0a50ef08e (patch)
treee4e5b82f4d26de0674861d2c0a04c64ed1a5f381 /indra/newview/llfloateroutbox.h
parent158393c404422bcc7b21d736d15a22ba6857dd04 (diff)
MAINT-2287 : Fixed : Test the merchant/no merchant status without relying on outbox, Recreate missing outbox for a merchant, UI clean up on init.
Diffstat (limited to 'indra/newview/llfloateroutbox.h')
-rw-r--r--indra/newview/llfloateroutbox.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/indra/newview/llfloateroutbox.h b/indra/newview/llfloateroutbox.h
index 18baccf1c9..483f4d0780 100644
--- a/indra/newview/llfloateroutbox.h
+++ b/indra/newview/llfloateroutbox.h
@@ -54,7 +54,7 @@ public:
LLFloaterOutbox(const LLSD& key);
~LLFloaterOutbox();
- void setupOutbox(const LLUUID& outboxId);
+ void initializeMarketPlace();
// virtuals
BOOL postBuild();
@@ -70,6 +70,7 @@ public:
void onMouseLeave(S32 x, S32 y, MASK mask);
protected:
+ void setupOutbox();
void fetchOutboxContents();
void importReportResults(U32 status, const LLSD& content);