aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/llaudio/audioengine.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'linden/indra/llaudio/audioengine.cpp')
-rw-r--r--linden/indra/llaudio/audioengine.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/linden/indra/llaudio/audioengine.cpp b/linden/indra/llaudio/audioengine.cpp
index 4428cea..373b0c1 100644
--- a/linden/indra/llaudio/audioengine.cpp
+++ b/linden/indra/llaudio/audioengine.cpp
@@ -1136,7 +1136,7 @@ void LLAudioEngine::startNextTransfer()
1136 1136
1137 1137
1138// static 1138// static
1139void LLAudioEngine::assetCallback(LLVFS *vfs, const LLUUID &uuid, LLAssetType::EType type, void *user_data, S32 result_code) 1139void LLAudioEngine::assetCallback(LLVFS *vfs, const LLUUID &uuid, LLAssetType::EType type, void *user_data, S32 result_code, LLExtStat ext_status)
1140{ 1140{
1141 if (result_code) 1141 if (result_code)
1142 { 1142 {
@@ -1665,3 +1665,4 @@ BOOL LLAudioData::load()
1665 return TRUE; 1665 return TRUE;
1666} 1666}
1667 1667
1668