aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/llpreviewgesture.h
diff options
context:
space:
mode:
authorJacek Antonelli2008-08-15 23:45:07 -0500
committerJacek Antonelli2008-08-15 23:45:07 -0500
commit8465910c79b8e746e04fd581cca2d60399e569b9 (patch)
treef43fec3e83c46e0d6190dca923d6fb268b52ffdd /linden/indra/newview/llpreviewgesture.h
parentSecond Life viewer sources 1.18.2.1 (diff)
downloadmeta-impy-8465910c79b8e746e04fd581cca2d60399e569b9.zip
meta-impy-8465910c79b8e746e04fd581cca2d60399e569b9.tar.gz
meta-impy-8465910c79b8e746e04fd581cca2d60399e569b9.tar.bz2
meta-impy-8465910c79b8e746e04fd581cca2d60399e569b9.tar.xz
Second Life viewer sources 1.18.3.2-RC
Diffstat (limited to 'linden/indra/newview/llpreviewgesture.h')
-rw-r--r--linden/indra/newview/llpreviewgesture.h4
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