diff options
author | Andrey Kleshchev <andreykproductengine@lindenlab.com> | 2022-06-06 18:22:57 +0300 |
---|---|---|
committer | Andrey Kleshchev <andreykproductengine@lindenlab.com> | 2022-06-06 18:52:45 +0300 |
commit | c4aa8b1636b92f2b746df4ef319c10679883eb59 (patch) | |
tree | d07d4b7c736a77549b3516e83ece42af70bbb8ee /indra/newview/llpanelprofile.h | |
parent | c88e30736bc6e8e005bbe9d9edde34f31f5012ab (diff) |
SL-15312 Header fixes
fixed 'remove_proto' being active even if there is no photo.
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 19ce92a2d4..549e84b1fa 100644 --- a/indra/newview/llpanelprofile.h +++ b/indra/newview/llpanelprofile.h @@ -209,6 +209,7 @@ private: bool mWaitingForImageUpload; bool mAllowPublish; std::string mDescriptionText; + LLUUID mImageId; boost::signals2::connection mAvatarNameCacheConnection; }; |