summaryrefslogtreecommitdiff
path: root/indra/newview/llfloateroutfitsnapshot.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/llfloateroutfitsnapshot.h
parent84677aad4cfb5b892f9037118b0bb6cdbe9d6309 (diff)
MAINT-6604 FIXED [VOB] Snapshot preview is corrupted
Diffstat (limited to 'indra/newview/llfloateroutfitsnapshot.h')
-rw-r--r--indra/newview/llfloateroutfitsnapshot.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llfloateroutfitsnapshot.h b/indra/newview/llfloateroutfitsnapshot.h
index c7b221937f..482080da7a 100644
--- a/indra/newview/llfloateroutfitsnapshot.h
+++ b/indra/newview/llfloateroutfitsnapshot.h
@@ -53,7 +53,7 @@ public:
static LLFloaterOutfitSnapshot* getInstance();
/*virtual*/ void saveTexture();
- static const LLRect& getThumbnailPlaceholderRect() { return sThumbnailPlaceholder->getRect(); }
+ const LLRect& getThumbnailPlaceholderRect() { return mThumbnailPlaceholder->getRect(); }
void setOutfitID(LLUUID id) { mOutfitID = id; }
LLUUID getOutfitID() { return mOutfitID; }