diff --git a/indra/newview/llfloatermarketplacelistings.h b/indra/newview/llfloatermarketplacelistings.h index cb590b5d0..a44d2f060 100644 --- a/indra/newview/llfloatermarketplacelistings.h +++ b/indra/newview/llfloatermarketplacelistings.h @@ -158,7 +158,7 @@ public: virtual BOOL postBuild(); virtual BOOL handleKeyHere(KEY key, MASK mask); - static bool visible(LLFloaterAssociateListing* floater, const LLSD& key) { floater && !floater->isMinimized() && floater->isInVisibleChain(); } + static bool visible(LLFloaterAssociateListing* floater, const LLSD& key) { return floater && !floater->isMinimized() && floater->isInVisibleChain(); } static void show(LLFloaterAssociateListing* floater, const LLSD& folder_id); static void hide(LLFloaterAssociateListing* floater, const LLSD& key) { if (floater) floater->close(); }