diff --git a/indra/newview/llfloatertexturepicker.h b/indra/newview/llfloatertexturepicker.h
index 4971c250c15f2a7ddea233e55709575d5d1bbc5c..f7d9932ea39b4b1b9c36ba1298e10fb6ba6e881e 100644
--- a/indra/newview/llfloatertexturepicker.h
+++ b/indra/newview/llfloatertexturepicker.h
@@ -130,6 +130,7 @@ class LLFloaterTexturePicker final : public LLFloater
 protected:
     void refreshLocalList();
     void refreshInventoryFilter();
+	void setImageIDFromItem(const LLInventoryItem* itemp, bool set_selection = true);
 
 	LLPointer<LLViewerTexture> mTexturep;
     LLPointer<LLFetchedGLTFMaterial> mGLTFMaterial;