summaryrefslogtreecommitdiff
path: root/indra/newview/llimconversation.cpp
diff options
context:
space:
mode:
authorAlexanderP ProductEngine <apaschenko@productengine.com>2012-06-01 16:36:58 +0300
committerAlexanderP ProductEngine <apaschenko@productengine.com>2012-06-01 16:36:58 +0300
commit30a6da68bcee5b871fd0a18dab703fe20271d83c (patch)
tree6c0b48350862f173ab398b4e582795c51eaed0e5 /indra/newview/llimconversation.cpp
parentb7b612500132acf05e82f1482460ffa9312fcc4a (diff)
Build fix
Diffstat (limited to 'indra/newview/llimconversation.cpp')
-rw-r--r--indra/newview/llimconversation.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/indra/newview/llimconversation.cpp b/indra/newview/llimconversation.cpp
index 893d8dc83f..d8c7c63e9e 100644
--- a/indra/newview/llimconversation.cpp
+++ b/indra/newview/llimconversation.cpp
@@ -37,7 +37,7 @@
#include "llnearbychat.h"
#include "llnearbychat.h"
-const F32 REFRESH_INTERVAL = 0.2;
+const F32 REFRESH_INTERVAL = 0.2f;
LLIMConversation::LLIMConversation(const LLUUID& session_id)
: LLTransientDockableFloater(NULL, true, session_id)
@@ -127,7 +127,7 @@ void LLIMConversation::buildParticipantList()
}
else
{
- // for group and Ad-hoc chat we need to include agent into list
+ // for group and ad-hoc chat we need to include agent into list
if(!mIsP2PChat && !mParticipantList && mSessionID.notNull())
{
LLSpeakerMgr* speaker_manager = LLIMModel::getInstance()->getSpeakerManager(mSessionID);