diff options
author | Andrey Kleshchev <andreykproductengine@lindenlab.com> | 2022-04-18 23:39:21 +0300 |
---|---|---|
committer | Andrey Kleshchev <andreykproductengine@lindenlab.com> | 2022-04-18 23:39:21 +0300 |
commit | ea0c810d2d082a9684d9ce6b9cbd888c87f06612 (patch) | |
tree | 2ba79cdce632286bc14c2e34015c62fa95689388 /indra/newview/llpanelprofile.h | |
parent | 8a39aaa3a485d9f1d4486c02e98286cfb08761d4 (diff) |
SL-15312 Small tweaks for profiles
Diffstat (limited to 'indra/newview/llpanelprofile.h')
-rw-r--r-- | indra/newview/llpanelprofile.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llpanelprofile.h b/indra/newview/llpanelprofile.h index b959ac1ec3..c4b48979ea 100644 --- a/indra/newview/llpanelprofile.h +++ b/indra/newview/llpanelprofile.h @@ -193,6 +193,7 @@ private: bool mVoiceStatus; bool mWaitingForImageUpload; + bool mAllowPublish; std::string mDescriptionText; boost::signals2::connection mAvatarNameCacheConnection; |