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.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/linden/indra/newview/llviewertexteditor.h b/linden/indra/newview/llviewertexteditor.h
index 1dbc7b6..230ce3e 100644
--- a/linden/indra/newview/llviewertexteditor.h
+++ b/linden/indra/newview/llviewertexteditor.h
@@ -33,7 +33,7 @@
33 33
34class LLInventoryItem; 34class LLInventoryItem;
35class LLEmbeddedItems; 35class LLEmbeddedItems;
36 36class LLEmbeddedNotecardOpener;
37 37
38// 38//
39// Classes 39// Classes
@@ -86,7 +86,7 @@ public:
86 // Appends Second Life time, small font, grey 86 // Appends Second Life time, small font, grey
87 // If this starts a line, you need to prepend a newline. 87 // If this starts a line, you need to prepend a newline.
88 88
89 void copyInventory(LLInventoryItem* item); 89 void copyInventory(const LLInventoryItem* item, U32 callback_id = 0);
90 90
91 // returns true if there is embedded inventory. 91 // returns true if there is embedded inventory.
92 // *HACK: This is only useful because the notecard verifier may 92 // *HACK: This is only useful because the notecard verifier may
@@ -123,6 +123,8 @@ protected:
123 123
124 LLUUID mObjectID; 124 LLUUID mObjectID;
125 LLUUID mNotecardInventoryID; 125 LLUUID mNotecardInventoryID;
126
127 LLPointer<LLEmbeddedNotecardOpener> mInventoryCallback;
126}; 128};
127 129
128#endif // LL_VIEWERTEXTEDITOR_H 130#endif // LL_VIEWERTEXTEDITOR_H