From be7d81626e512019b46a8ed301b4a1825e129aa5 Mon Sep 17 00:00:00 2001
From: AndreyL ProductEngine <alihatskiy@productengine.com>
Date: Tue, 15 Oct 2019 19:20:36 +0300
Subject: [PATCH] Buildfix (typo)

---
 indra/newview/llpanelface.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/indra/newview/llpanelface.cpp b/indra/newview/llpanelface.cpp
index 1e0b1874f79..fb99ffef09c 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)
-- 
GitLab