aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/llpreviewnotecard.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'linden/indra/newview/llpreviewnotecard.cpp')
-rw-r--r--linden/indra/newview/llpreviewnotecard.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/linden/indra/newview/llpreviewnotecard.cpp b/linden/indra/newview/llpreviewnotecard.cpp
index 5943b3e..ce37d64 100644
--- a/linden/indra/newview/llpreviewnotecard.cpp
+++ b/linden/indra/newview/llpreviewnotecard.cpp
@@ -349,7 +349,7 @@ void LLPreviewNotecard::loadAsset()
349void LLPreviewNotecard::onLoadComplete(LLVFS *vfs, 349void LLPreviewNotecard::onLoadComplete(LLVFS *vfs,
350 const LLUUID& asset_uuid, 350 const LLUUID& asset_uuid,
351 LLAssetType::EType type, 351 LLAssetType::EType type,
352 void* user_data, S32 status) 352 void* user_data, S32 status, LLExtStat ext_status)
353{ 353{
354 llinfos << "LLPreviewNotecard::onLoadComplete()" << llendl; 354 llinfos << "LLPreviewNotecard::onLoadComplete()" << llendl;
355 LLUUID* item_id = (LLUUID*)user_data; 355 LLUUID* item_id = (LLUUID*)user_data;
@@ -537,7 +537,7 @@ bool LLPreviewNotecard::saveIfNeeded(LLInventoryItem* copyitem)
537} 537}
538 538
539// static 539// static
540void LLPreviewNotecard::onSaveComplete(const LLUUID& asset_uuid, void* user_data, S32 status) // StoreAssetData callback (fixed) 540void LLPreviewNotecard::onSaveComplete(const LLUUID& asset_uuid, void* user_data, S32 status, LLExtStat ext_status) // StoreAssetData callback (fixed)
541{ 541{
542 LLSaveNotecardInfo* info = (LLSaveNotecardInfo*)user_data; 542 LLSaveNotecardInfo* info = (LLSaveNotecardInfo*)user_data;
543 if(info && (0 == status)) 543 if(info && (0 == status))