summaryrefslogtreecommitdiff
path: root/indra/newview/llsettingsvo.h
diff options
context:
space:
mode:
authorandreykproductengine <andreykproductengine@lindenlab.com>2018-08-15 18:31:07 +0300
committerandreykproductengine <andreykproductengine@lindenlab.com>2018-08-15 18:31:07 +0300
commit584fec695bc8d6bafc38ff6ed3b435f133fdca2b (patch)
treeb0b465c2e21bd76442037081ed8f38b6d5ae99d9 /indra/newview/llsettingsvo.h
parent2a7600fbd2a29cb6ac34767ed82eeef1fa4a1fbe (diff)
MAINT-8952 EEP 'uncompress' day tracks before editing
Diffstat (limited to 'indra/newview/llsettingsvo.h')
-rw-r--r--indra/newview/llsettingsvo.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llsettingsvo.h b/indra/newview/llsettingsvo.h
index 15b51d0988..fedb758b48 100644
--- a/indra/newview/llsettingsvo.h
+++ b/indra/newview/llsettingsvo.h
@@ -156,6 +156,7 @@ public:
static ptr_t buildDefaultDayCycle();
static ptr_t buildFromEnvironmentMessage(LLSD settings);
virtual ptr_t buildClone() override;
+ virtual ptr_t buildDeepCloneAndUncompress();
static LLSD convertToLegacy(const ptr_t &);