aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/llpreviewnotecard.h
diff options
context:
space:
mode:
Diffstat (limited to 'linden/indra/newview/llpreviewnotecard.h')
-rw-r--r--linden/indra/newview/llpreviewnotecard.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/linden/indra/newview/llpreviewnotecard.h b/linden/indra/newview/llpreviewnotecard.h
index 75d1a50..a879fec 100644
--- a/linden/indra/newview/llpreviewnotecard.h
+++ b/linden/indra/newview/llpreviewnotecard.h
@@ -87,10 +87,11 @@ public:
87 void refreshFromInventory(); 87 void refreshFromInventory();
88 88
89 LLTextEditor* getEditor(); 89 LLTextEditor* getEditor();
90
91 bool saveIfNeeded(LLInventoryItem* copyitem = NULL);
90protected: 92protected:
91 93
92 virtual void loadAsset(); 94 virtual void loadAsset();
93 bool saveIfNeeded(LLInventoryItem* copyitem = NULL);
94 95
95 static LLPreviewNotecard* getInstance(const LLUUID& uuid); 96 static LLPreviewNotecard* getInstance(const LLUUID& uuid);
96 97