summaryrefslogtreecommitdiff
path: root/indra/newview/llfloatermarketplacelistings.h
diff options
context:
space:
mode:
authorMerov Linden <merov@lindenlab.com>2015-05-06 23:47:44 -0700
committerMerov Linden <merov@lindenlab.com>2015-05-06 23:47:44 -0700
commit36ce6fbda5ffe8474129c28ab77090c25967b51b (patch)
treeeb6c12ee5f46bbd612f38422b9d15c8e79334183 /indra/newview/llfloatermarketplacelistings.h
parent3748d2f6dcde6f26c591c544c674aa76a81544c1 (diff)
DD-403 : Add sort by name and by most recent
Diffstat (limited to 'indra/newview/llfloatermarketplacelistings.h')
-rwxr-xr-xindra/newview/llfloatermarketplacelistings.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llfloatermarketplacelistings.h b/indra/newview/llfloatermarketplacelistings.h
index 594451ede4..9fad31c456 100755
--- a/indra/newview/llfloatermarketplacelistings.h
+++ b/indra/newview/llfloatermarketplacelistings.h
@@ -80,7 +80,7 @@ private:
LLFilterEditor* mFilterEditor;
std::string mFilterSubString;
bool mFilterListingFoldersOnly;
- LLInventoryFilter::ESortOrderType mSortOrder;
+ U32 mSortOrder;
};
//~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~