diff options
Diffstat (limited to 'linden/indra/llmessage/llhttpassetstorage.h')
-rw-r--r-- | linden/indra/llmessage/llhttpassetstorage.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/linden/indra/llmessage/llhttpassetstorage.h b/linden/indra/llmessage/llhttpassetstorage.h index 962bece..7fee143 100644 --- a/linden/indra/llmessage/llhttpassetstorage.h +++ b/linden/indra/llmessage/llhttpassetstorage.h | |||
@@ -128,7 +128,7 @@ public: | |||
128 | 128 | ||
129 | protected: | 129 | protected: |
130 | void _queueDataRequest(const LLUUID& uuid, LLAssetType::EType type, | 130 | void _queueDataRequest(const LLUUID& uuid, LLAssetType::EType type, |
131 | void (*callback)(LLVFS *vfs, const LLUUID&, LLAssetType::EType, void *, S32), | 131 | void (*callback)(LLVFS *vfs, const LLUUID&, LLAssetType::EType, void *, S32, LLExtStat), |
132 | void *user_data, BOOL duplicate, BOOL is_priority); | 132 | void *user_data, BOOL duplicate, BOOL is_priority); |
133 | 133 | ||
134 | private: | 134 | private: |