diff options
author | Vadim ProductEngine <vsavchuk@productengine.com> | 2012-01-10 16:35:36 +0200 |
---|---|---|
committer | Vadim ProductEngine <vsavchuk@productengine.com> | 2012-01-10 16:35:36 +0200 |
commit | a47e9bd97b9855ca8bb3309a73d33d9ae593fd7d (patch) | |
tree | f6a860caad31f800b74a0ca666d36224c8801960 /indra/newview/llinventorymodel.h | |
parent | c4a08e6c9d9f044532fcfd4eeeb8934f2c1f3dda (diff) |
EXP-1525 FIXED Potential fix for a crash at shutdown: added some error handling to saving inventory cache.
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 340c1b0c22..f36ae50272 100644 --- a/indra/newview/llinventorymodel.h +++ b/indra/newview/llinventorymodel.h @@ -64,6 +64,7 @@ class LLInventoryCollectFunctor; //~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ class LLInventoryModel { + LOG_CLASS(LLInventoryModel); public: friend class LLInventoryModelFetchDescendentsResponder; |