diff options
author | Graham Linden <graham@lindenlab.com> | 2019-01-04 13:36:58 -0800 |
---|---|---|
committer | Graham Linden <graham@lindenlab.com> | 2019-01-04 13:36:58 -0800 |
commit | 450d1806b9cf2ac72879e8fbc0040b3c0bde94ad (patch) | |
tree | f12dbf01afec637dfd504b7ec0ffe5a95e888bde /indra/newview/llpanelenvironment.h | |
parent | c007e1197c521a1b48736cbba29e7c7dadf39c20 (diff) | |
parent | 1ee1a086ce5e771d0f0d1c1104bd46b7745f1d7d (diff) |
Merge
Diffstat (limited to 'indra/newview/llpanelenvironment.h')
-rw-r--r-- | indra/newview/llpanelenvironment.h | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/indra/newview/llpanelenvironment.h b/indra/newview/llpanelenvironment.h index c78aee89ed..6690386b92 100644 --- a/indra/newview/llpanelenvironment.h +++ b/indra/newview/llpanelenvironment.h @@ -97,7 +97,7 @@ protected: static const U32 DIRTY_FLAG_MASK; - bool setControlsEnabled(bool enabled); + bool setControlsEnabled(bool enabled); void setApplyProgress(bool started); void setDirtyFlag(U32 flag); void clearDirtyFlag(U32 flag); @@ -164,16 +164,18 @@ protected: S32 mCurEnvVersion; // used to filter duplicate callbacks/refreshes protected: + typedef boost::signals2::connection connection_t; + void refreshFromEstate(); bool mAllowOverride; private: static void onIdlePlay(void *); - typedef boost::signals2::connection connection_t; - connection_t mCommitConnection; connection_t mChangeMonitor; + connection_t mUpdateConnection; + LLHandle<LLFloater> mSettingsFloater; LLHandle<LLFloater> mEditFloater; S32 mDirtyFlag; |