summaryrefslogtreecommitdiff
path: root/indra/newview/llfolderviewitem.h
diff options
context:
space:
mode:
authorLeyla Farazha <leyla@lindenlab.com>2011-07-06 15:54:07 -0700
committerLeyla Farazha <leyla@lindenlab.com>2011-07-06 15:54:07 -0700
commitcca256dcdd785613f29dd00b372ccbf273c7d6a8 (patch)
treee2358efa15579f88bc5690bd2726ff7b76afe765 /indra/newview/llfolderviewitem.h
parent60f6d809262d97de3b41dcf18a43d783b4b485dc (diff)
parent6c63a1ae09dca557af67a06c7871bfe287765dd4 (diff)
merge
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: