diff options
author | Merov Linden <merov@lindenlab.com> | 2010-08-24 12:44:02 -0700 |
---|---|---|
committer | Merov Linden <merov@lindenlab.com> | 2010-08-24 12:44:02 -0700 |
commit | 1de433aa8cda814dbfd0ce51a3ec5dea111aadd0 (patch) | |
tree | d7b384a4cc745beae59ff28cd2b295b3d2e8f17f /indra/newview/llinventoryitemslist.h | |
parent | f6d0f9952b19c5a41a63accd3aa265b30d982853 (diff) | |
parent | 98cc2365034a93c69704daa69efb389799cc9627 (diff) |
Sync with viewer-development
Diffstat (limited to 'indra/newview/llinventoryitemslist.h')
-rw-r--r-- | indra/newview/llinventoryitemslist.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llinventoryitemslist.h b/indra/newview/llinventoryitemslist.h index 17131549e7..ca90427659 100644 --- a/indra/newview/llinventoryitemslist.h +++ b/indra/newview/llinventoryitemslist.h @@ -38,6 +38,7 @@ class LLViewerInventoryItem; class LLInventoryItemsList : public LLFlatListViewEx { + LOG_CLASS(LLInventoryItemsList); public: struct Params : public LLInitParam::Block<Params, LLFlatListViewEx::Params> { |