summaryrefslogtreecommitdiff
path: root/indra
diff options
context:
space:
mode:
authorAndrey Kleshchev <andreykproductengine@lindenlab.com>2024-06-14 22:49:38 +0300
committerAndrey Kleshchev <andreykproductengine@lindenlab.com>2024-06-14 22:50:14 +0300
commit7ae63daff1e1834cc863856df4f731773cc2ad23 (patch)
tree26d12330e450868f5e4cbca39a1732718372156f /indra
parent534605eb228c8b9ab9df0137394f3f55b7f7b022 (diff)
viewer#1300 Increment inventory cache for favorites
Diffstat (limited to 'indra')
-rw-r--r--indra/newview/llinventorymodel.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llinventorymodel.cpp b/indra/newview/llinventorymodel.cpp
index 5677e346b1..eeb0232890 100644
--- a/indra/newview/llinventorymodel.cpp
+++ b/indra/newview/llinventorymodel.cpp
@@ -78,7 +78,7 @@
// Increment this if the inventory contents change in a non-backwards-compatible way.
// For viewer 2, the addition of link items makes a pre-viewer-2 cache incorrect.
-const S32 LLInventoryModel::sCurrentInvCacheVersion = 3;
+const S32 LLInventoryModel::sCurrentInvCacheVersion = 4;
BOOL LLInventoryModel::sFirstTimeInViewer2 = TRUE;
S32 LLInventoryModel::sPendingSystemFolders = 0;