diff options
Diffstat (limited to 'linden/indra/newview/llpreviewnotecard.h')
-rw-r--r-- | linden/indra/newview/llpreviewnotecard.h | 3 |
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); | ||
90 | protected: | 92 | protected: |
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 | ||