diff options
author | Graham Linden <graham@lindenlab.com> | 2019-01-04 10:37:31 -0800 |
---|---|---|
committer | Graham Linden <graham@lindenlab.com> | 2019-01-04 10:37:31 -0800 |
commit | c55fa2cf13aa8841296d6c3f6441d165875c65b6 (patch) | |
tree | 8385c04bc8073c6fde2fc034721f212428f8395c /indra/newview/llpanelenvironment.h | |
parent | 2312efbf3ae09013bc86a2378bed43a743f2df3e (diff) | |
parent | 69a84d81728203868923bbf27f8bce0d8b0c8e86 (diff) |
Merge
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 3649abe939..c78aee89ed 100644 --- a/indra/newview/llpanelenvironment.h +++ b/indra/newview/llpanelenvironment.h @@ -104,7 +104,7 @@ protected: bool getIsDirty() const { return (mDirtyFlag != 0); } bool getIsDirtyFlag(U32 flag) const { return ((mDirtyFlag & flag) != 0); } U32 getDirtyFlag() const { return mDirtyFlag; } - void updateAltLabel(const std::string &alt_name, U32 sky_index, F32 alt_value); + void updateAltLabel(const std::string &alt_prefix, U32 sky_index, F32 alt_value); void readjustAltLabels(); void onSldDayLengthChanged(F32 value); |