diff options
author | Oz Linden <oz@lindenlab.com> | 2012-05-12 12:59:07 -0400 |
---|---|---|
committer | Oz Linden <oz@lindenlab.com> | 2012-05-12 12:59:07 -0400 |
commit | 0d11c70e8e68ea2c33cdf01b56b6f2f81ed46f1e (patch) | |
tree | da5527658213b0446016a0a0ae88e3b4ba0c49dd /indra/newview/llimfloater.cpp | |
parent | 0f5d636a1a45500fc49cc713e6f93160c4fafe0b (diff) |
STORM-1738: fix class name and other coding standards issues
Diffstat (limited to 'indra/newview/llimfloater.cpp')
-rw-r--r-- | indra/newview/llimfloater.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llimfloater.cpp b/indra/newview/llimfloater.cpp index 670db3773e..63eedcdfea 100644 --- a/indra/newview/llimfloater.cpp +++ b/indra/newview/llimfloater.cpp @@ -256,7 +256,7 @@ BOOL LLIMFloater::postBuild() // enable line history support for instant message bar mInputEditor->setEnableLineHistory(TRUE); // *TODO Establish LineEditor with autoreplace callback - mInputEditor->setAutoreplaceCallback(boost::bind(&AutoReplace::autoreplaceCallback, AutoReplace::getInstance(), _1, _2)); + mInputEditor->setAutoreplaceCallback(boost::bind(&LLAutoReplace::autoreplaceCallback, LLAutoReplace::getInstance(), _1, _2)); LLFontGL* font = LLViewerChat::getChatFont(); mInputEditor->setFont(font); |