diff options
Diffstat (limited to 'indra/newview/llpanelenvironment.h')
-rw-r--r-- | indra/newview/llpanelenvironment.h | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/indra/newview/llpanelenvironment.h b/indra/newview/llpanelenvironment.h index 9a7ce289f0..2fcfb725a1 100644 --- a/indra/newview/llpanelenvironment.h +++ b/indra/newview/llpanelenvironment.h @@ -105,11 +105,9 @@ protected: virtual void doApply(); void onPickerCommited(LLUUID asset_id); - void onEditiCommited(LLSettingsDay::ptr_t newday); + void onEditCommited(LLSettingsDay::ptr_t newday); void onPickerAssetDownloaded(LLSettingsBase::ptr_t settings); - void handleEnvironmentReceived(S32 parcel_id, LLEnvironment::EnvironmentInfo::ptr_t envifo); - - virtual void doEditCommited(LLSettingsDay::ptr_t &newday); + void onEnvironmentReceived(S32 parcel_id, LLEnvironment::EnvironmentInfo::ptr_t envifo); void refreshFromSource(); |