diff options
author | RunitaiLinden <davep@lindenlab.com> | 2023-07-28 10:30:51 -0500 |
---|---|---|
committer | RunitaiLinden <davep@lindenlab.com> | 2023-07-28 10:30:51 -0500 |
commit | 8c4fcd76ba9b25f10242682b0169a1b20bc27b86 (patch) | |
tree | fe88a247becbef8b80f4a6adf6c0827c30001764 /indra/newview/lltexturectrl.h | |
parent | ff4477397b443fae59a4d7b98b2b894eb1dc77e0 (diff) | |
parent | 2e591ffbd581ba2a51c8eccb2b975452c4c31fe3 (diff) |
Merge branch 'DRTVWR-559' of github.com:secondlife/viewer into DRTVWR-559
Diffstat (limited to 'indra/newview/lltexturectrl.h')
-rw-r--r-- | indra/newview/lltexturectrl.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/lltexturectrl.h b/indra/newview/lltexturectrl.h index c66e618782..ba310dd9a6 100644 --- a/indra/newview/lltexturectrl.h +++ b/indra/newview/lltexturectrl.h @@ -357,6 +357,7 @@ public: protected: void refreshLocalList(); void refreshInventoryFilter(); + void setImageIDFromItem(const LLInventoryItem* itemp, bool set_selection = true); LLPointer<LLViewerTexture> mTexturep; LLPointer<LLFetchedGLTFMaterial> mGLTFMaterial; |