diff options
author | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2009-12-15 16:12:24 -0500 |
---|---|---|
committer | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2009-12-15 16:12:24 -0500 |
commit | 109de76574c7fe1944a1330972d796de7894882c (patch) | |
tree | 8129f36f44628700cdcf92bfe01417c7a0b12496 /indra/newview/llinventoryobserver.h | |
parent | 0905d857614153e682032ab4630468708812707a (diff) | |
parent | fbf5d1a99221d54c242b67ffcf13d5510b5ce0a7 (diff) |
merge
--HG--
branch : avatar-pipeline
Diffstat (limited to 'indra/newview/llinventoryobserver.h')
-rw-r--r-- | indra/newview/llinventoryobserver.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llinventoryobserver.h b/indra/newview/llinventoryobserver.h index 99e6dbe3c8..c1f192e2bf 100644 --- a/indra/newview/llinventoryobserver.h +++ b/indra/newview/llinventoryobserver.h @@ -62,6 +62,7 @@ public: STRUCTURE = 16, // structural change (eg item or folder moved) CALLING_CARD = 32, // (eg online, grant status, cancel) REBUILD = 64, // item UI changed (eg item type different) + SORT = 128, // folder needs to be resorted. ALL = 0xffffffff }; LLInventoryObserver(); |