diff options
Diffstat (limited to 'indra/newview/llpanelenvironment.h')
-rw-r--r-- | indra/newview/llpanelenvironment.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/indra/newview/llpanelenvironment.h b/indra/newview/llpanelenvironment.h index 8b5238d3e2..4f62488f21 100644 --- a/indra/newview/llpanelenvironment.h +++ b/indra/newview/llpanelenvironment.h @@ -63,7 +63,10 @@ protected: void onBtnCancel(); void onBtnEdit(); + void onEditiCommited(LLSettingsDay::ptr_t newday); + virtual void doApply(); // = 0; + virtual void doEditCommited(LLSettingsDay::ptr_t &newday); /// New environment settings that are being applied to the region. // LLEnvironmentSettings mNewRegionSettings; |