diff options
author | Maxim Nikolenko <maximnproductengine@lindenlab.com> | 2023-07-13 18:52:45 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-07-13 18:52:45 +0300 |
commit | 5ce4d42f55187e710fac64efbd34947900ef2d58 (patch) | |
tree | cd41da76403017aca3d58c10510ee7a13ac6e4ab /indra/newview/llfloatereditextdaycycle.h | |
parent | 880a1ee695f0d6b57c081c9a04d406712c17f058 (diff) |
SL-19993 Warn of automatic changes to Day Cycle when it's opened
Diffstat (limited to 'indra/newview/llfloatereditextdaycycle.h')
-rw-r--r-- | indra/newview/llfloatereditextdaycycle.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/newview/llfloatereditextdaycycle.h b/indra/newview/llfloatereditextdaycycle.h index ab5d12fa36..025a2ee5d1 100644 --- a/indra/newview/llfloatereditextdaycycle.h +++ b/indra/newview/llfloatereditextdaycycle.h @@ -188,6 +188,8 @@ private: bool isRemovingFrameAllowed(); bool isAddingFrameAllowed(); + void showHDRNotification(const LLSettingsDay::ptr_t &pday); + LLSettingsDay::ptr_t mEditDay; // edited copy LLSettingsDay::Seconds mDayLength; U32 mCurrentTrack; |