Fix linux compile and clean a thing
This commit is contained in:
@@ -132,8 +132,8 @@ protected:
|
||||
void updateView();
|
||||
|
||||
private:
|
||||
friend MarketplaceViewSortAction;
|
||||
friend MarketplaceViewSortCheckItem;
|
||||
friend struct MarketplaceViewSortAction;
|
||||
friend struct MarketplaceViewSortCheckItem;
|
||||
S32 getFolderCount();
|
||||
|
||||
LLInventoryCategoriesObserver * mCategoriesObserver;
|
||||
|
||||
@@ -9332,7 +9332,7 @@ struct MarketplaceViewSortCheckItem : view_listener_t
|
||||
{
|
||||
bool handleEvent(LLPointer<LLOldEvents::LLEvent> event, const LLSD& userdata)
|
||||
{
|
||||
LLMenuGL::sMenuContainer->findControl(userdata["control"].asString())
|
||||
gMenuHolder->findControl(userdata["control"].asString())
|
||||
->setValue(LLFloaterMarketplaceListings::findInstance()->mPanelListings->onViewSortMenuItemCheck(userdata["data"]));
|
||||
return true;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user