summaryrefslogtreecommitdiff
path: root/indra/newview/llnearbychatbar.cpp
diff options
context:
space:
mode:
authorJonathan Yap <none@none>2012-02-05 15:48:07 -0500
committerJonathan Yap <none@none>2012-02-05 15:48:07 -0500
commit39ffad760b7abd09c8a7af6871fcabbf2da9c1e6 (patch)
tree917cc278b0c1615dae3f917a4911e795507d36f7 /indra/newview/llnearbychatbar.cpp
parent6443701a3fc41eff2c48f6e57a79010cdb8339e2 (diff)
STORM-1738 Fix some syntax errors
warn-on-failure:open-license
Diffstat (limited to 'indra/newview/llnearbychatbar.cpp')
-rw-r--r--indra/newview/llnearbychatbar.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llnearbychatbar.cpp b/indra/newview/llnearbychatbar.cpp
index 8c8707e16c..86244cbaa6 100644
--- a/indra/newview/llnearbychatbar.cpp
+++ b/indra/newview/llnearbychatbar.cpp
@@ -89,7 +89,7 @@ BOOL LLNearbyChatBar::postBuild()
mChatBox = getChild<LLLineEditor>("chat_box");
// *TODO Establish LineEditor with autocorrect callback
-// mChatBox->setAutocorrectCallback(boost::bind(&AutoCorrect::autocorrectCallback));
+// mChatBox->setAutocorrectCallback(boost::bind(&AutoCorrect::autocorrectCallback, _1, _2));
mChatBox->setCommitCallback(boost::bind(&LLNearbyChatBar::onChatBoxCommit, this));
mChatBox->setKeystrokeCallback(&onChatBoxKeystroke, this);
mChatBox->setFocusLostCallback(boost::bind(&onChatBoxFocusLost, _1, this));