diff options
author | Merov Linden <merov@lindenlab.com> | 2014-12-09 06:59:01 -0800 |
---|---|---|
committer | Merov Linden <merov@lindenlab.com> | 2014-12-09 06:59:01 -0800 |
commit | 9177aea590695b1a46641d2e5a1fc85b7cbcda2c (patch) | |
tree | 6824d70087aa113e0149ab107fb9e10682ef46a6 /indra/newview/llfloatermarketplacelistings.h | |
parent | b6bda882afcf1afcd36b611a0b41209304eb7dab (diff) |
DD-289 : Fix crash when dropping first item in marketplace listings
Diffstat (limited to 'indra/newview/llfloatermarketplacelistings.h')
-rwxr-xr-x | indra/newview/llfloatermarketplacelistings.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llfloatermarketplacelistings.h b/indra/newview/llfloatermarketplacelistings.h index 9fddbc645e..8a9731dafc 100755 --- a/indra/newview/llfloatermarketplacelistings.h +++ b/indra/newview/llfloatermarketplacelistings.h @@ -132,7 +132,7 @@ private: LLUUID mRootFolderId; LLPanelMarketplaceListings * mPanelListings; - bool mFirstViewListings; + bool mPanelListingsSet; }; //----------------------------------------------------------------------------- |