diff options
Diffstat (limited to 'linden/indra/newview/llpreviewgesture.h')
-rw-r--r-- | linden/indra/newview/llpreviewgesture.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/linden/indra/newview/llpreviewgesture.h b/linden/indra/newview/llpreviewgesture.h index e0ccffd..a7abb7e 100644 --- a/linden/indra/newview/llpreviewgesture.h +++ b/linden/indra/newview/llpreviewgesture.h | |||
@@ -87,7 +87,7 @@ protected: | |||
87 | static void onLoadComplete(LLVFS *vfs, | 87 | static void onLoadComplete(LLVFS *vfs, |
88 | const LLUUID& asset_uuid, | 88 | const LLUUID& asset_uuid, |
89 | LLAssetType::EType type, | 89 | LLAssetType::EType type, |
90 | void* user_data, S32 status); | 90 | void* user_data, S32 status, LLExtStat ext_status); |
91 | 91 | ||
92 | void loadUIFromGesture(LLMultiGesture* gesture); | 92 | void loadUIFromGesture(LLMultiGesture* gesture); |
93 | 93 | ||
@@ -95,7 +95,7 @@ protected: | |||
95 | 95 | ||
96 | static void onSaveComplete(const LLUUID& asset_uuid, | 96 | static void onSaveComplete(const LLUUID& asset_uuid, |
97 | void* user_data, | 97 | void* user_data, |
98 | S32 status); | 98 | S32 status, LLExtStat ext_status); |
99 | 99 | ||
100 | static void handleSaveChangesDialog(S32 option, void* userdata); | 100 | static void handleSaveChangesDialog(S32 option, void* userdata); |
101 | 101 | ||