summaryrefslogtreecommitdiff
path: root/indra/newview/llfloatersnapshot.h
diff options
context:
space:
mode:
authorOz Linden <oz@lindenlab.com>2011-11-21 15:27:45 -0500
committerOz Linden <oz@lindenlab.com>2011-11-21 15:27:45 -0500
commitb17c52d63ee159e071298ac0a8176a57a2e9b6de (patch)
tree50ca9729e95773286496ba1d0c52a0a60ef7ab38 /indra/newview/llfloatersnapshot.h
parent6e2c76221e9cc933eb6f40e71af359c3cf6c2063 (diff)
parentd145cbf37100d50ac6fc15c6009cb496615ed7fb (diff)
merge up to latest viewer-development
Diffstat (limited to 'indra/newview/llfloatersnapshot.h')
-rw-r--r--indra/newview/llfloatersnapshot.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/indra/newview/llfloatersnapshot.h b/indra/newview/llfloatersnapshot.h
index 2c79c749d6..afe135fa40 100644
--- a/indra/newview/llfloatersnapshot.h
+++ b/indra/newview/llfloatersnapshot.h
@@ -58,7 +58,7 @@ public:
// TODO: create a snapshot model instead
static LLFloaterSnapshot* getInstance();
static void saveTexture();
- static void saveLocal();
+ static BOOL saveLocal();
static void preUpdate();
static void postUpdate();
static void postSave();
@@ -71,6 +71,8 @@ public:
private:
static LLUICtrl* sThumbnailPlaceholder;
+ LLUICtrl *mRefreshBtn, *mRefreshLabel;
+ LLUICtrl *mSucceessLblPanel, *mFailureLblPanel;
class Impl;
Impl& impl;