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/llviewerwindow.h | |
parent | a6cda1ee06ee422d39b8bc9ba9369e14ec3f1251 (diff) |
MAINT-4375 Viewer saves an empty snapshots if disk is full
Diffstat (limited to 'indra/newview/llviewerwindow.h')
-rw-r--r-- | indra/newview/llviewerwindow.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llviewerwindow.h b/indra/newview/llviewerwindow.h index a134dfaaa9..5d7076178a 100644 --- a/indra/newview/llviewerwindow.h +++ b/indra/newview/llviewerwindow.h @@ -419,6 +419,7 @@ public: bool getSystemUIScaleFactorChanged() { return mSystemUIScaleFactorChanged; } static void showSystemUIScaleFactorChanged(); + static std::string getLastSnapshotDir() { return sSnapshotDir; } private: bool shouldShowToolTipFor(LLMouseHandler *mh); |