diff options
Diffstat (limited to 'linden/indra/newview/llgesturemgr.cpp')
-rw-r--r-- | linden/indra/newview/llgesturemgr.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/linden/indra/newview/llgesturemgr.cpp b/linden/indra/newview/llgesturemgr.cpp index bf3c057..9b8f2c8 100644 --- a/linden/indra/newview/llgesturemgr.cpp +++ b/linden/indra/newview/llgesturemgr.cpp | |||
@@ -897,7 +897,7 @@ void LLGestureManager::runStep(LLMultiGesture* gesture, LLGestureStep* step) | |||
897 | void LLGestureManager::onLoadComplete(LLVFS *vfs, | 897 | void LLGestureManager::onLoadComplete(LLVFS *vfs, |
898 | const LLUUID& asset_uuid, | 898 | const LLUUID& asset_uuid, |
899 | LLAssetType::EType type, | 899 | LLAssetType::EType type, |
900 | void* user_data, S32 status) | 900 | void* user_data, S32 status, LLExtStat ext_status) |
901 | { | 901 | { |
902 | LLLoadInfo* info = (LLLoadInfo*)user_data; | 902 | LLLoadInfo* info = (LLLoadInfo*)user_data; |
903 | 903 | ||