summaryrefslogtreecommitdiff
path: root/indra/newview/llfloatereditextdaycycle.h
diff options
context:
space:
mode:
authormaxim_productengine <mnikolenko@productengine.com>2018-09-10 17:31:31 +0300
committermaxim_productengine <mnikolenko@productengine.com>2018-09-10 17:31:31 +0300
commit598cd8a30fe31b2af5e9bd23db72101afae45870 (patch)
tree1ed01959e7602816cfdcf54d6e27f41b46c4187b /indra/newview/llfloatereditextdaycycle.h
parent8c9d758e3a5de9e11b2e33753e61a5359dbff8de (diff)
MAINT-9066 EEP should not be able to delete all Keyframes from Ground Level or Water
Diffstat (limited to 'indra/newview/llfloatereditextdaycycle.h')
-rw-r--r--indra/newview/llfloatereditextdaycycle.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/newview/llfloatereditextdaycycle.h b/indra/newview/llfloatereditextdaycycle.h
index c64ed3ff5a..d808dc60c5 100644
--- a/indra/newview/llfloatereditextdaycycle.h
+++ b/indra/newview/llfloatereditextdaycycle.h
@@ -166,6 +166,8 @@ private:
void setDirtyFlag() { mIsDirty = true; }
virtual void clearDirtyFlag();
+ bool isRemovingFrameAllowed();
+
LLSettingsDay::ptr_t mEditDay; // edited copy
LLSettingsDay::Seconds mDayLength;
U32 mCurrentTrack;