diff options
author | Richard Nelson <none@none> | 2010-08-24 11:44:28 -0700 |
---|---|---|
committer | Richard Nelson <none@none> | 2010-08-24 11:44:28 -0700 |
commit | 0daa627db4f1bba2f69ec717426b26593674d14c (patch) | |
tree | 7ebd93c5b5a9de5590cc67af5685fb34b7b78fb1 /indra/newview/llnearbychatbar.cpp | |
parent | 77c42fc77ead297be3ea673309699edd15f70441 (diff) |
removed LLLayoutStack::fromXML custom xml parsing
Diffstat (limited to 'indra/newview/llnearbychatbar.cpp')
-rw-r--r-- | indra/newview/llnearbychatbar.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/indra/newview/llnearbychatbar.cpp b/indra/newview/llnearbychatbar.cpp index 41a19a54a8..fa3a627736 100644 --- a/indra/newview/llnearbychatbar.cpp +++ b/indra/newview/llnearbychatbar.cpp @@ -398,8 +398,7 @@ LLCtrlListInterface* LLGestureComboList::getListInterface() } LLNearbyChatBar::LLNearbyChatBar() - : LLPanel() - , mChatBox(NULL) +: mChatBox(NULL) { mSpeakerMgr = LLLocalSpeakerMgr::getInstance(); } |