diff options
author | Andrey Kleshchev <andreykproductengine@lindenlab.com> | 2020-06-23 22:02:33 +0300 |
---|---|---|
committer | Andrey Kleshchev <andreykproductengine@lindenlab.com> | 2020-06-23 22:02:33 +0300 |
commit | 23f20c207d1e69c03e2ce2cb9100ad216ac60708 (patch) | |
tree | f3648abf84f01100d0c502f6eb4cdf86bc20bbf4 /indra/newview/llpanelface.h | |
parent | a066c9a859bac941298368676356fe667a9f6501 (diff) |
SL-12688 Warnings part #1
Diffstat (limited to 'indra/newview/llpanelface.h')
-rw-r--r-- | indra/newview/llpanelface.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/newview/llpanelface.h b/indra/newview/llpanelface.h index 5c1fb7f64d..948d33c2c1 100644 --- a/indra/newview/llpanelface.h +++ b/indra/newview/llpanelface.h @@ -208,8 +208,10 @@ protected: public: // needs to be accessible to selection manager void onCopyColor(); // records all selected faces + void onPasteColor(); // to specific face void onPasteColor(LLViewerObject* objectp, S32 te); // to specific face void onCopyTexture(); + void onPasteTexture(); void onPasteTexture(LLViewerObject* objectp, S32 te); protected: |