diff options
author | andreykproductengine <andreykproductengine@lindenlab.com> | 2018-10-04 22:12:17 +0300 |
---|---|---|
committer | andreykproductengine <andreykproductengine@lindenlab.com> | 2018-10-04 22:12:17 +0300 |
commit | 57ff71c915727abe09e794da4aa1615eb43f0abf (patch) | |
tree | c4eb699d28ec14469c5082fbf2b422b93d4b232c /indra/newview/llpanelenvironment.h | |
parent | 8acb87aaf32e6f27d2f8caba6178cdd7a80c2086 (diff) |
SL-9654 [EEP] Settings Picker reliability
Diffstat (limited to 'indra/newview/llpanelenvironment.h')
-rw-r--r-- | indra/newview/llpanelenvironment.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llpanelenvironment.h b/indra/newview/llpanelenvironment.h index 9bc0b9df9c..01b9b9c562 100644 --- a/indra/newview/llpanelenvironment.h +++ b/indra/newview/llpanelenvironment.h @@ -120,7 +120,7 @@ protected: void udpateApparentTimeOfDay(); - void onPickerCommitted(LLUUID asset_id); + void onPickerCommitted(LLUUID item_id); void onEditCommitted(LLSettingsDay::ptr_t newday); void onPickerAssetDownloaded(LLSettingsBase::ptr_t settings); void onEnvironmentReceived(S32 parcel_id, LLEnvironment::EnvironmentInfo::ptr_t envifo); |