summaryrefslogtreecommitdiff
path: root/indra/newview/llviewertexteditor.h
diff options
context:
space:
mode:
authorAndrey Kleshchev <andreykproductengine@lindenlab.com>2022-10-07 23:46:01 +0300
committerAndrey Kleshchev <andreykproductengine@lindenlab.com>2022-10-08 01:14:22 +0300
commit2fa8bce1cffe932089a05ad1c7834bb20b435fcf (patch)
tree96e5883ec055fd0df635c8ab3e3cdbd85b94842d /indra/newview/llviewertexteditor.h
parent18309bc7fbfefa7aec29b24b727de7fe07da96fe (diff)
SL-18326 GLTF material functionality in a Notecard
Diffstat (limited to 'indra/newview/llviewertexteditor.h')
-rw-r--r--indra/newview/llviewertexteditor.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llviewertexteditor.h b/indra/newview/llviewertexteditor.h
index a6d7fef409..6170d476b8 100644
--- a/indra/newview/llviewertexteditor.h
+++ b/indra/newview/llviewertexteditor.h
@@ -108,6 +108,7 @@ private:
void openEmbeddedLandmark( LLPointer<LLInventoryItem> item_ptr, llwchar wc );
void openEmbeddedCallingcard( LLInventoryItem* item, llwchar wc);
void openEmbeddedSetting(LLInventoryItem* item, llwchar wc);
+ void openEmbeddedGLTFMaterial(LLInventoryItem* item, llwchar wc);
void showCopyToInvDialog( LLInventoryItem* item, llwchar wc );
void showUnsavedAlertDialog( LLInventoryItem* item );