diff options
author | Andrey Kleshchev <andreykproductengine@lindenlab.com> | 2022-11-02 23:39:55 +0200 |
---|---|---|
committer | Andrey Kleshchev <andreykproductengine@lindenlab.com> | 2022-11-03 00:28:21 +0200 |
commit | a87505333e0fcd5ba06da76d0d66e469121e8b30 (patch) | |
tree | 4409ab3b18f7c41ea4be44bcd86aeda230a5d80e /indra/newview/llpanelface.h | |
parent | 81011a318e7cd1e4ef5bfb1f2cc52274c7d78b8a (diff) |
SL-18448 Save material button in tools floater
Diffstat (limited to 'indra/newview/llpanelface.h')
-rw-r--r-- | indra/newview/llpanelface.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llpanelface.h b/indra/newview/llpanelface.h index 38d81e44ba..27c1bb5f33 100644 --- a/indra/newview/llpanelface.h +++ b/indra/newview/llpanelface.h @@ -230,6 +230,7 @@ protected: static void onAlignTexture(void*); static void onClickBtnLoadInvPBR(void* userdata); static void onClickBtnEditPBR(void* userdata); + static void onClickBtnSavePBR(void* userdata); public: // needs to be accessible to selection manager void onCopyColor(); // records all selected faces |