diff options
Diffstat (limited to 'linden/indra/newview/llagent.h')
-rw-r--r-- | linden/indra/newview/llagent.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/linden/indra/newview/llagent.h b/linden/indra/newview/llagent.h index d6854e4..bf0eeeb 100644 --- a/linden/indra/newview/llagent.h +++ b/linden/indra/newview/llagent.h | |||
@@ -255,6 +255,7 @@ public: | |||
255 | U8 getGodLevel() const; | 255 | U8 getGodLevel() const; |
256 | bool isTeen() const; | 256 | bool isTeen() const; |
257 | void setTeen(bool teen); | 257 | void setTeen(bool teen); |
258 | void convertTextToMaturity(char text);// HACK: remove when based on 1.23 | ||
258 | BOOL isGroupTitleHidden() const { return mHideGroupTitle; } | 259 | BOOL isGroupTitleHidden() const { return mHideGroupTitle; } |
259 | BOOL isGroupMember() const { return !mGroupID.isNull(); } // This is only used for building titles! | 260 | BOOL isGroupMember() const { return !mGroupID.isNull(); } // This is only used for building titles! |
260 | const LLUUID &getGroupID() const { return mGroupID; } | 261 | const LLUUID &getGroupID() const { return mGroupID; } |