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.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/linden/indra/newview/llpreviewnotecard.h b/linden/indra/newview/llpreviewnotecard.h
index 715abac..6a52b1f 100644
--- a/linden/indra/newview/llpreviewnotecard.h
+++ b/linden/indra/newview/llpreviewnotecard.h
@@ -89,13 +89,13 @@ protected:
89 static void onLoadComplete(LLVFS *vfs, 89 static void onLoadComplete(LLVFS *vfs,
90 const LLUUID& asset_uuid, 90 const LLUUID& asset_uuid,
91 LLAssetType::EType type, 91 LLAssetType::EType type,
92 void* user_data, S32 status); 92 void* user_data, S32 status, LLExtStat ext_status);
93 93
94 static void onClickSave(void* data); 94 static void onClickSave(void* data);
95 95
96 static void onSaveComplete(const LLUUID& asset_uuid, 96 static void onSaveComplete(const LLUUID& asset_uuid,
97 void* user_data, 97 void* user_data,
98 S32 status); 98 S32 status, LLExtStat ext_status);
99 99
100 static void handleSaveChangesDialog(S32 option, void* userdata); 100 static void handleSaveChangesDialog(S32 option, void* userdata);
101 101