aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/llcompilequeue.h
diff options
context:
space:
mode:
Diffstat (limited to 'linden/indra/newview/llcompilequeue.h')
-rw-r--r--linden/indra/newview/llcompilequeue.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/linden/indra/newview/llcompilequeue.h b/linden/indra/newview/llcompilequeue.h
index c28b92c..cbff4cb 100644
--- a/linden/indra/newview/llcompilequeue.h
+++ b/linden/indra/newview/llcompilequeue.h
@@ -133,12 +133,12 @@ protected:
133 // This is the callback for when each script arrives 133 // This is the callback for when each script arrives
134 static void scriptArrived(LLVFS *vfs, const LLUUID& asset_id, 134 static void scriptArrived(LLVFS *vfs, const LLUUID& asset_id,
135 LLAssetType::EType type, 135 LLAssetType::EType type,
136 void* user_data, S32 status); 136 void* user_data, S32 status, LLExtStat ext_status);
137 137
138 static void onSaveTextComplete(const LLUUID& asset_id, void* user_data, S32 status); 138 static void onSaveTextComplete(const LLUUID& asset_id, void* user_data, S32 status, LLExtStat ext_status);
139 static void onSaveBytecodeComplete(const LLUUID& asset_id, 139 static void onSaveBytecodeComplete(const LLUUID& asset_id,
140 void* user_data, 140 void* user_data,
141 S32 status); 141 S32 status, LLExtStat ext_status);
142 142
143 // compile the file given and save it out. 143 // compile the file given and save it out.
144 void compile(const char* filename, const LLUUID& asset_id); 144 void compile(const char* filename, const LLUUID& asset_id);