summaryrefslogtreecommitdiff
path: root/indra/newview/llviewergesture.cpp
diff options
context:
space:
mode:
authorMerov Linden <merov@lindenlab.com>2012-08-27 09:50:23 -0700
committerMerov Linden <merov@lindenlab.com>2012-08-27 09:50:23 -0700
commit99e0c35c40354a3ad4d9e6e0d92a73c15c844441 (patch)
treea8f2f50548185f72893256258f1d28dd82bd5efb /indra/newview/llviewergesture.cpp
parentfd62242dd6e5fa464db07e0b8ebf3ab54a6067a2 (diff)
parent0804ecb3551514d3321dfd4e3b17c3dab9693444 (diff)
Merge pull from richard/viewer-chui
Diffstat (limited to 'indra/newview/llviewergesture.cpp')
-rw-r--r--indra/newview/llviewergesture.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llviewergesture.cpp b/indra/newview/llviewergesture.cpp
index c7d37e102e..a2dea31d9b 100644
--- a/indra/newview/llviewergesture.cpp
+++ b/indra/newview/llviewergesture.cpp
@@ -130,7 +130,7 @@ void LLViewerGesture::doTrigger( BOOL send_chat )
{
// Don't play nodding animation, since that might not blend
// with the gesture animation.
- LLNearbyChat::getInstance()->sendChatFromViewer(mOutputString, CHAT_TYPE_NORMAL, FALSE);
+ LLNearbyChat::instance().sendChatFromViewer(mOutputString, CHAT_TYPE_NORMAL, FALSE);
}
}