summaryrefslogtreecommitdiff
path: root/indra/newview/llpanelenvironment.h
diff options
context:
space:
mode:
Diffstat (limited to 'indra/newview/llpanelenvironment.h')
-rw-r--r--indra/newview/llpanelenvironment.h8
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;