diff options
author | Graham Linden <graham@lindenlab.com> | 2018-08-07 00:57:16 +0100 |
---|---|---|
committer | Graham Linden <graham@lindenlab.com> | 2018-08-07 00:57:16 +0100 |
commit | d2d1db99d3ad17d63dd13758001d83a254569942 (patch) | |
tree | 3feefce965bfdf42653562236d2dd03411cf3c42 /indra/newview/llestateinfomodel.h | |
parent | d22f898b7f6c7efe5482a2d6699a1f257339a005 (diff) | |
parent | cd5f7b2c03e87cc5d236eaa5b8c025530571376a (diff) |
Merge
Diffstat (limited to 'indra/newview/llestateinfomodel.h')
-rw-r--r-- | indra/newview/llestateinfomodel.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/newview/llestateinfomodel.h b/indra/newview/llestateinfomodel.h index 0082b5b1f4..d6f00c573c 100644 --- a/indra/newview/llestateinfomodel.h +++ b/indra/newview/llestateinfomodel.h @@ -56,6 +56,7 @@ public: bool getDenyAgeUnverified() const; bool getAllowVoiceChat() const; bool getAllowAccessOverride() const; + bool getAllowEnvironmentOverride() const; const std::string& getName() const { return mName; } const LLUUID& getOwnerID() const { return mOwnerID; } @@ -70,6 +71,7 @@ public: void setDenyAgeUnverified(bool val); void setAllowVoiceChat(bool val); void setAllowAccessOverride(bool val); + void setAllowEnvironmentOverride(bool val); void setSunHour(F32 sun_hour) { mSunHour = sun_hour; } |