summaryrefslogtreecommitdiff
path: root/indra/newview/llpanelface.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'indra/newview/llpanelface.cpp')
-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)