diff options
Diffstat (limited to 'indra/newview/llgesturemgr.h')
-rw-r--r-- | indra/newview/llgesturemgr.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llgesturemgr.h b/indra/newview/llgesturemgr.h index c68ca4f265..33d453fc30 100644 --- a/indra/newview/llgesturemgr.h +++ b/indra/newview/llgesturemgr.h @@ -112,7 +112,7 @@ protected: static void onLoadComplete(LLVFS *vfs, const LLUUID& asset_uuid, LLAssetType::EType type, - void* user_data, S32 status); + void* user_data, S32 status, LLExtStat ext_status); public: BOOL mValid; |