summaryrefslogtreecommitdiff
path: root/indra/newview/llfolderviewitem.h
diff options
context:
space:
mode:
authorRichard Linden <none@none>2011-07-05 23:40:19 -0700
committerRichard Linden <none@none>2011-07-05 23:40:19 -0700
commite92d3dcf1013ab340fdef514b41ebf790f79e04c (patch)
tree447925f223ad942566734128f66e7f15c675e9a7 /indra/newview/llfolderviewitem.h
parent9fb8b53999c3deb2d3171609215da2cff3403635 (diff)
EXP-971 FIX New Direct Delivery item does not sort as most recent item in Recent Tab if that tab is open when item delivered
Diffstat (limited to 'indra/newview/llfolderviewitem.h')
-rw-r--r--indra/newview/llfolderviewitem.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llfolderviewitem.h b/indra/newview/llfolderviewitem.h
index f9b47e29ee..e2f94a2b63 100644
--- a/indra/newview/llfolderviewitem.h
+++ b/indra/newview/llfolderviewitem.h
@@ -66,6 +66,7 @@ public:
// Returns true if order has changed
bool updateSort(U32 order);
U32 getSort() { return mSortOrder; }
+ bool isByDate() { return mByDate; }
bool operator()(const LLFolderViewItem* const& a, const LLFolderViewItem* const& b);
private: