diff options
author | Dave Houlton <euclid@lindenlab.com> | 2022-04-27 11:42:02 -0600 |
---|---|---|
committer | Dave Houlton <euclid@lindenlab.com> | 2022-04-27 12:18:30 -0600 |
commit | c4625d26e51dcfa0480fa936b894d3625b68eda2 (patch) | |
tree | 1993f0fcf79089b3012575d5e9ecf69515566cf6 /indra/newview/llpanelface.h | |
parent | a3ffa9f006b008b5faad248f700c8c2fbc6b74fd (diff) |
Prototype a SaveMaterial button
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 2d57d89a44..183e5736ca 100644 --- a/indra/newview/llpanelface.h +++ b/indra/newview/llpanelface.h @@ -204,6 +204,7 @@ protected: static void onCommitRepeatsPerMeter( LLUICtrl* ctrl, void* userinfo); static void onClickAutoFix(void*); static void onAlignTexture(void*); + static void onSaveMaterial(void*); static F32 valueGlow(LLViewerObject* object, S32 face); |