Skip to content
Snippets Groups Projects
Commit be7d8162 authored by AndreyL ProductEngine's avatar AndreyL ProductEngine
Browse files

Buildfix (typo)

parent add14629
No related branches found
No related tags found
1 merge request!83Merge Linden 6.6.7
...@@ -307,7 +307,7 @@ BOOL LLPanelFace::postBuild() ...@@ -307,7 +307,7 @@ BOOL LLPanelFace::postBuild()
mBtnCopyFaces = getChild<LLButton>("copy_face_btn"); mBtnCopyFaces = getChild<LLButton>("copy_face_btn");
if(mBtnCopyFaces) if(mBtnCopyFaces)
{ {
BtnCopyFaces->setCommitCallback(boost::bind(&LLPanelFace::onCopyFaces, this)); mBtnCopyFaces->setCommitCallback(boost::bind(&LLPanelFace::onCopyFaces, this));
} }
mBtnPasteFaces = getChild<LLButton>("paste_face_btn"); mBtnPasteFaces = getChild<LLButton>("paste_face_btn");
if (mBtnPasteFaces) if (mBtnPasteFaces)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment