diff options
author | Vadim Savchuk <vsavchuk@productengine.com> | 2010-08-24 15:52:20 +0300 |
---|---|---|
committer | Vadim Savchuk <vsavchuk@productengine.com> | 2010-08-24 15:52:20 +0300 |
commit | a412c2f747495a36c088d7fafee8044338ff4ff1 (patch) | |
tree | 92824d7cdfd35eb3f56deea92577a76aa577408e /indra/llui/llflatlistview.h | |
parent | f305ddc7f773454826a09a8d52c33735eb7c95ea (diff) | |
parent | 01d06a3572c533f810f8f42e7ae9c55051f34aaf (diff) |
Merge from default branch
--HG--
branch : product-engine
Diffstat (limited to 'indra/llui/llflatlistview.h')
-rw-r--r-- | indra/llui/llflatlistview.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/llui/llflatlistview.h b/indra/llui/llflatlistview.h index 8667af048b..afd0176d98 100644 --- a/indra/llui/llflatlistview.h +++ b/indra/llui/llflatlistview.h @@ -54,6 +54,7 @@ */ class LLFlatListView : public LLScrollContainer, public LLEditMenuHandler { + LOG_CLASS(LLFlatListView); public: /** @@ -448,6 +449,7 @@ private: */ class LLFlatListViewEx : public LLFlatListView { + LOG_CLASS(LLFlatListViewEx); public: struct Params : public LLInitParam::Block<Params, LLFlatListView::Params> { |