diff options
Diffstat (limited to 'indra/newview/llfloatermarketplacelistings.h')
-rwxr-xr-x | indra/newview/llfloatermarketplacelistings.h | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/indra/newview/llfloatermarketplacelistings.h b/indra/newview/llfloatermarketplacelistings.h index 43665e643e..91ae33d1f2 100755 --- a/indra/newview/llfloatermarketplacelistings.h +++ b/indra/newview/llfloatermarketplacelistings.h @@ -154,14 +154,13 @@ private: // get the validation triggered on the server and display the html report. // *TODO : morph into an html/text window using the pattern in llfloatertos -class LLFloaterMarketplaceValidation : public LLModalDialog +class LLFloaterMarketplaceValidation : public LLFloater { public: - LLFloaterMarketplaceValidation(const LLSD& data); + LLFloaterMarketplaceValidation(const LLSD& key); virtual ~LLFloaterMarketplaceValidation(); - BOOL postBuild(); - + virtual BOOL postBuild(); virtual void draw(); void appendMessage(std::string& message); |