aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/llaudio/audioengine.h
diff options
context:
space:
mode:
Diffstat (limited to 'linden/indra/llaudio/audioengine.h')
-rw-r--r--linden/indra/llaudio/audioengine.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/linden/indra/llaudio/audioengine.h b/linden/indra/llaudio/audioengine.h
index 5a0186c..3b6bbd7 100644
--- a/linden/indra/llaudio/audioengine.h
+++ b/linden/indra/llaudio/audioengine.h
@@ -157,7 +157,7 @@ public:
157 157
158 // Asset callback when we're retrieved a sound from the asset server. 158 // Asset callback when we're retrieved a sound from the asset server.
159 void startNextTransfer(); 159 void startNextTransfer();
160 static void assetCallback(LLVFS *vfs, const LLUUID &uuid, LLAssetType::EType type, void *user_data, S32 result_code); 160 static void assetCallback(LLVFS *vfs, const LLUUID &uuid, LLAssetType::EType type, void *user_data, S32 result_code, LLExtStat ext_status);
161 161
162 162
163 friend class LLPipeline; // For debugging 163 friend class LLPipeline; // For debugging