diff options
Diffstat (limited to 'linden/indra/newview/llfloaterreporter.cpp')
-rw-r--r-- | linden/indra/newview/llfloaterreporter.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/linden/indra/newview/llfloaterreporter.cpp b/linden/indra/newview/llfloaterreporter.cpp index 7e6bf4d..f37f8a0 100644 --- a/linden/indra/newview/llfloaterreporter.cpp +++ b/linden/indra/newview/llfloaterreporter.cpp | |||
@@ -41,7 +41,7 @@ | |||
41 | #include "llinventory.h" | 41 | #include "llinventory.h" |
42 | #include "llstring.h" | 42 | #include "llstring.h" |
43 | #include "llsys.h" | 43 | #include "llsys.h" |
44 | #include "llversion.h" | 44 | #include "llversionviewer.h" |
45 | #include "message.h" | 45 | #include "message.h" |
46 | #include "v3math.h" | 46 | #include "v3math.h" |
47 | 47 | ||
@@ -930,7 +930,7 @@ void LLFloaterReporter::uploadImage() | |||
930 | 930 | ||
931 | 931 | ||
932 | // static | 932 | // static |
933 | void LLFloaterReporter::uploadDoneCallback(const LLUUID &uuid, void *user_data, S32 result) // StoreAssetData callback (fixed) | 933 | void LLFloaterReporter::uploadDoneCallback(const LLUUID &uuid, void *user_data, S32 result, LLExtStat ext_status) // StoreAssetData callback (fixed) |
934 | { | 934 | { |
935 | LLUploadDialog::modalUploadFinished(); | 935 | LLUploadDialog::modalUploadFinished(); |
936 | 936 | ||