diff options
author | daianakproductengine <daianakproductengine@lindenlab.com> | 2017-05-24 16:33:39 +0300 |
---|---|---|
committer | daianakproductengine <daianakproductengine@lindenlab.com> | 2017-05-24 16:33:39 +0300 |
commit | f82785a9b275b78b47cdebaf2ccfc8aa9407c405 (patch) | |
tree | 3cd0b01a8e6b552708ef936d6855cd0602bd2ebf /indra/newview/llsnapshotlivepreview.h | |
parent | a6cda1ee06ee422d39b8bc9ba9369e14ec3f1251 (diff) |
MAINT-4375 Viewer saves an empty snapshots if disk is full
Diffstat (limited to 'indra/newview/llsnapshotlivepreview.h')
-rw-r--r-- | indra/newview/llsnapshotlivepreview.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llsnapshotlivepreview.h b/indra/newview/llsnapshotlivepreview.h index b689c50320..4ea8d25a5a 100644 --- a/indra/newview/llsnapshotlivepreview.h +++ b/indra/newview/llsnapshotlivepreview.h @@ -41,6 +41,7 @@ class LLSnapshotLivePreview : public LLView LOG_CLASS(LLSnapshotLivePreview); public: + static BOOL saveLocal(LLPointer<LLImageFormatted>); struct Params : public LLInitParam::Block<Params, LLView::Params> { Params() |