summaryrefslogtreecommitdiff
path: root/indra/newview/llpreviewtexture.h
diff options
context:
space:
mode:
authorAndrey Kleshchev <andreykproductengine@lindenlab.com>2024-05-15 20:57:28 +0300
committerAndrey Kleshchev <117672381+akleshchev@users.noreply.github.com>2024-05-15 23:36:29 +0300
commit43603fedba457545379c07a4a96ee1ba99e19b8c (patch)
treef91b3eef5763bd978276dbeed7a83194fe0abca5 /indra/newview/llpreviewtexture.h
parenta266a4356f1dfb60514abf81a7f27e9f49156086 (diff)
jira-archive-internal#67837 Windows' bulk export of snapshots and textures
Properly sanitize names Better duplicate avoidance
Diffstat (limited to 'indra/newview/llpreviewtexture.h')
-rw-r--r--indra/newview/llpreviewtexture.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llpreviewtexture.h b/indra/newview/llpreviewtexture.h
index fdc6dddb38..e8a0a43245 100644
--- a/indra/newview/llpreviewtexture.h
+++ b/indra/newview/llpreviewtexture.h
@@ -86,6 +86,7 @@ private:
S32 mImageOldBoostLevel;
std::string mSaveFileName;
LLFrameTimer mSavedFileTimer;
+ bool mSavingMultiple;
bool mLoadingFullImage;
bool mShowKeepDiscard;
bool mCopyToInv;