aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/llviewertexteditor.h
diff options
context:
space:
mode:
Diffstat (limited to 'linden/indra/newview/llviewertexteditor.h')
-rw-r--r--linden/indra/newview/llviewertexteditor.h9
1 files changed, 8 insertions, 1 deletions
diff --git a/linden/indra/newview/llviewertexteditor.h b/linden/indra/newview/llviewertexteditor.h
index b8452e3..da980d1 100644
--- a/linden/indra/newview/llviewertexteditor.h
+++ b/linden/indra/newview/llviewertexteditor.h
@@ -86,7 +86,14 @@ public:
86 // If this starts a line, you need to prepend a newline. 86 // If this starts a line, you need to prepend a newline.
87 87
88 void copyInventory(LLInventoryItem* item); 88 void copyInventory(LLInventoryItem* item);
89 89
90 // returns true if there is embedded inventory.
91 // *HACK: This is only useful because the notecard verifier may
92 // change the asset if there is embedded inventory. This mechanism
93 // should be changed to get a different asset id from the verifier
94 // rather than checking if a re-load is necessary. Phoenix 2007-02-27
95 bool hasEmbeddedInventory();
96
90protected: 97protected:
91 // Embedded object operations 98 // Embedded object operations
92 virtual llwchar pasteEmbeddedItem(llwchar ext_char); 99 virtual llwchar pasteEmbeddedItem(llwchar ext_char);