summaryrefslogtreecommitdiff
path: root/indra/newview/llfloateroutfitsnapshot.h
diff options
context:
space:
mode:
authorpavelkproductengine <pavelkproductengine@lindenlab.com>2016-07-19 20:09:46 +0300
committerpavelkproductengine <pavelkproductengine@lindenlab.com>2016-07-19 20:09:46 +0300
commit97d73a7c31da32f1555215efe6a21a3428153341 (patch)
tree6b0055caa71876a6092bad7018f7940c81726e63 /indra/newview/llfloateroutfitsnapshot.h
parent25095cbabe7f05ac9e19d661d974032c0ec90602 (diff)
MAINT-6583 FIXED [VOB] Snapshot floater is stuck in "Posting" state.
Removed wrong callback set from VOB snapshot floater
Diffstat (limited to 'indra/newview/llfloateroutfitsnapshot.h')
-rw-r--r--indra/newview/llfloateroutfitsnapshot.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/newview/llfloateroutfitsnapshot.h b/indra/newview/llfloateroutfitsnapshot.h
index c5c9ef09cb..c7b221937f 100644
--- a/indra/newview/llfloateroutfitsnapshot.h
+++ b/indra/newview/llfloateroutfitsnapshot.h
@@ -82,6 +82,8 @@ public:
{}
void updateResolution(void* data);
+ static void onSnapshotUploadFinished(LLFloaterSnapshotBase* floater, bool status);
+
/*virtual*/ LLPanelSnapshot* getActivePanel(LLFloaterSnapshotBase* floater, bool ok_if_not_found = true);
/*virtual*/ LLSnapshotModel::ESnapshotFormat getImageFormat(LLFloaterSnapshotBase* floater);
/*virtual*/ std::string getSnapshotPanelPrefix();