diff options
| -rw-r--r-- | indra/newview/llnearbychatbar.cpp | 4 | 
1 files changed, 1 insertions, 3 deletions
diff --git a/indra/newview/llnearbychatbar.cpp b/indra/newview/llnearbychatbar.cpp index 8a52cf715f..6cfd810c10 100644 --- a/indra/newview/llnearbychatbar.cpp +++ b/indra/newview/llnearbychatbar.cpp @@ -393,10 +393,8 @@ LLGestureComboList::~LLGestureComboList()  LLCtrlListInterface* LLGestureComboList::getListInterface()  { -	LLCtrlListInterface *result = mList; -	llassert((LLCtrlListInterface*)mList==result);  	return mList; -}; +}  LLNearbyChatBar::LLNearbyChatBar()   	: LLPanel()  | 
