summaryrefslogtreecommitdiff
path: root/indra
diff options
context:
space:
mode:
authorAndreyL ProductEngine <alihatskiy@productengine.com>2019-10-15 19:20:36 +0300
committerAndreyL ProductEngine <alihatskiy@productengine.com>2019-10-15 19:20:36 +0300
commitbe7d81626e512019b46a8ed301b4a1825e129aa5 (patch)
tree93634a3a961f27c151cb58dc15d9b708ecfd1d9a /indra
parentadd146291737c6b9b4d773b3a910c9506b4939b3 (diff)
Buildfix (typo)
Diffstat (limited to 'indra')
-rw-r--r--indra/newview/llpanelface.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llpanelface.cpp b/indra/newview/llpanelface.cpp
index 1e0b1874f7..fb99ffef09 100644
--- a/indra/newview/llpanelface.cpp
+++ b/indra/newview/llpanelface.cpp
@@ -307,7 +307,7 @@ BOOL LLPanelFace::postBuild()
mBtnCopyFaces = getChild<LLButton>("copy_face_btn");
if(mBtnCopyFaces)
{
- BtnCopyFaces->setCommitCallback(boost::bind(&LLPanelFace::onCopyFaces, this));
+ mBtnCopyFaces->setCommitCallback(boost::bind(&LLPanelFace::onCopyFaces, this));
}
mBtnPasteFaces = getChild<LLButton>("paste_face_btn");
if (mBtnPasteFaces)