From 00fe55c9b619a4f53f36dcb5217305abe42ca3cb Mon Sep 17 00:00:00 2001 From: Dmitry Oleshko Date: Fri, 27 Nov 2009 13:25:08 +0200 Subject: fix linux build (no default section in switch) --HG-- branch : product-engine --- indra/newview/llimview.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'indra/newview') diff --git a/indra/newview/llimview.cpp b/indra/newview/llimview.cpp index 9a0dcc11e5..1451448b0b 100644 --- a/indra/newview/llimview.cpp +++ b/indra/newview/llimview.cpp @@ -216,6 +216,7 @@ void LLIMModel::LLIMSession::onVoiceChannelStateChanged(const LLVoiceChannel::ES break; case LLVoiceChannel::STATE_CONNECTED : LLIMModel::getInstance()->addMessage(mSessionID, "You", gAgent.getID(), "Joined the voice call"); + default: break; } } @@ -228,6 +229,7 @@ void LLIMModel::LLIMSession::onVoiceChannelStateChanged(const LLVoiceChannel::ES break; case LLVoiceChannel::STATE_CONNECTED : LLIMModel::getInstance()->addMessage(mSessionID, other_avatar_name, mOtherParticipantID, "Joined the voice call"); + default: break; } } -- cgit v1.2.3