diff options
author | Jonathan Yap <jhwelch@gmail.com> | 2014-12-13 06:28:12 -0500 |
---|---|---|
committer | Jonathan Yap <jhwelch@gmail.com> | 2014-12-13 06:28:12 -0500 |
commit | e713ef765f268af1cba0f7b04f1e331332630e97 (patch) | |
tree | 8ef5694ac30bf25b74b3a6ac0b5e620f08303c54 /indra/newview/llfloaterpreference.h | |
parent | 8d12072979ee46a1eb2d13fdfef8bef62ff3f619 (diff) |
STORM-2082 Write out settings to preset file if settings changed on the login page
Code improvements from bitbucket comments
Diffstat (limited to 'indra/newview/llfloaterpreference.h')
-rwxr-xr-x | indra/newview/llfloaterpreference.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llfloaterpreference.h b/indra/newview/llfloaterpreference.h index eebc0849ee..12230c2877 100755 --- a/indra/newview/llfloaterpreference.h +++ b/indra/newview/llfloaterpreference.h @@ -156,7 +156,7 @@ public: // if the quality radio buttons are changed void onChangeQuality(const LLSD& data); - void updateSliderText(LLSliderCtrl* ctrl, LLTextBox* text_box, const std::string& name); + void updateSliderText(LLSliderCtrl* ctrl, LLTextBox* text_box); void refreshUI(); void onCommitParcelMediaAutoPlayEnable(); |