summaryrefslogtreecommitdiff
path: root/indra/newview/llfloatersnapshot.h
diff options
context:
space:
mode:
authorMnikolenko Productengine <mnikolenko@productengine.com>2016-08-04 17:27:48 +0300
committerMnikolenko Productengine <mnikolenko@productengine.com>2016-08-04 17:27:48 +0300
commitcc7dda96e7ab09ee221e741aac9813af815e0aed (patch)
treeee2f6056b66969ba471c2f859d23076a0391181f /indra/newview/llfloatersnapshot.h
parent84677aad4cfb5b892f9037118b0bb6cdbe9d6309 (diff)
MAINT-6604 FIXED [VOB] Snapshot preview is corrupted
Diffstat (limited to 'indra/newview/llfloatersnapshot.h')
-rw-r--r--indra/newview/llfloatersnapshot.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/indra/newview/llfloatersnapshot.h b/indra/newview/llfloatersnapshot.h
index 61639eebc5..4c65c8d06a 100644
--- a/indra/newview/llfloatersnapshot.h
+++ b/indra/newview/llfloatersnapshot.h
@@ -56,7 +56,7 @@ public:
LLSnapshotLivePreview* getPreviewView();
const LLVector3d& getPosTakenGlobal();
- static const LLRect& getThumbnailPlaceholderRect() { return sThumbnailPlaceholder->getRect(); }
+ const LLRect& getThumbnailPlaceholderRect() { return mThumbnailPlaceholder->getRect(); }
void setRefreshLabelVisible(bool value) { mRefreshLabel->setVisible(value); }
void setSuccessLabelPanelVisible(bool value) { mSucceessLblPanel->setVisible(value); }
@@ -67,7 +67,7 @@ public:
ImplBase* impl;
protected:
- static LLUICtrl* sThumbnailPlaceholder;
+ LLUICtrl* mThumbnailPlaceholder;
LLUICtrl *mRefreshBtn, *mRefreshLabel;
LLUICtrl *mSucceessLblPanel, *mFailureLblPanel;
};