diff options
author | Vadim ProductEngine <vsavchuk@productengine.com> | 2011-06-01 18:26:36 +0300 |
---|---|---|
committer | Vadim ProductEngine <vsavchuk@productengine.com> | 2011-06-01 18:26:36 +0300 |
commit | 995a006b58f2be1d7236b32be3570b6d7250013b (patch) | |
tree | 475c135fca3d5c7ff89ecb70ead0a0a4ecccc3da /indra/newview/llfloatereditdaycycle.h | |
parent | 6e2c05a512f498fe10aee307308e0365536f9819 (diff) |
STORM-1253 WIP Update UI when a day cycle gets added or deleted.
Diffstat (limited to 'indra/newview/llfloatereditdaycycle.h')
-rw-r--r-- | indra/newview/llfloatereditdaycycle.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/newview/llfloatereditdaycycle.h b/indra/newview/llfloatereditdaycycle.h index 0a2ba32dfe..3b467b2939 100644 --- a/indra/newview/llfloatereditdaycycle.h +++ b/indra/newview/llfloatereditdaycycle.h @@ -103,6 +103,8 @@ private: bool onSaveAnswer(const LLSD& notification, const LLSD& response); void onSaveConfirmed(); + void onDayCycleListChange(); + static std::string getRegionName(); static bool canEditRegionSettings(); |