diff options
author | Andrey Kleshchev <andreykproductengine@lindenlab.com> | 2018-08-03 13:01:38 +0000 |
---|---|---|
committer | Andrey Kleshchev <andreykproductengine@lindenlab.com> | 2018-08-03 13:01:38 +0000 |
commit | 07f8c156fc85a6efee057660a5e4b63ad3528291 (patch) | |
tree | 20ca83906b4449d48acc9d531702103b5ca44c4a /indra/newview/llinventorymodel.h | |
parent | 4cd1e05e52269e86b952385253f5b52f6dc14503 (diff) | |
parent | 4dd88ee738da3851d4cf5f8ffc3058948076c53d (diff) |
Merged in MAINT-8803
Diffstat (limited to 'indra/newview/llinventorymodel.h')
-rw-r--r-- | indra/newview/llinventorymodel.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llinventorymodel.h b/indra/newview/llinventorymodel.h index 01e0ed7e9b..a4326aaeed 100644 --- a/indra/newview/llinventorymodel.h +++ b/indra/newview/llinventorymodel.h @@ -613,6 +613,7 @@ protected: static bool loadFromFile(const std::string& filename, cat_array_t& categories, item_array_t& items, + changed_items_t& cats_to_update, bool& is_cache_obsolete); static bool saveToFile(const std::string& filename, const cat_array_t& categories, |