diff options
author | Richard Linden <none@none> | 2010-08-25 16:47:07 -0700 |
---|---|---|
committer | Richard Linden <none@none> | 2010-08-25 16:47:07 -0700 |
commit | 3604f7fe4b35758db3a730e5efa4a06b2326bdfb (patch) | |
tree | ee8d4d7078c33eb20a773686a1c367e5a2e00cdb /indra/newview/llchathistory.h | |
parent | c1405887c982f5a7396892017e4ea426ede9af23 (diff) | |
parent | a0b15c827ee7704c1557c9c882ec236d5d67f948 (diff) |
merge
Diffstat (limited to 'indra/newview/llchathistory.h')
-rw-r--r-- | indra/newview/llchathistory.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llchathistory.h b/indra/newview/llchathistory.h index fa1f2e04a4..ddc456a5d2 100644 --- a/indra/newview/llchathistory.h +++ b/indra/newview/llchathistory.h @@ -144,7 +144,7 @@ class LLChatHistory : public LLUICtrl S32 mTopHeaderPad; S32 mBottomHeaderPad; - LLPanel* mMoreChatPanel; + class LLLayoutPanel* mMoreChatPanel; LLTextBox* mMoreChatText; LLTextEditor* mEditor; typedef std::set<std::string> unread_chat_source_t; |