diff options
author | Andrey Kleshchev <andreykproductengine@lindenlab.com> | 2022-08-10 19:03:12 +0300 |
---|---|---|
committer | Andrey Kleshchev <andreykproductengine@lindenlab.com> | 2022-08-10 19:03:12 +0300 |
commit | c4335939d90346a778eb18acb7611135742231df (patch) | |
tree | 7becafc166f3afd18e036a92fb3eb7e96be3f3eb /indra/newview/llpanelprofile.h | |
parent | dd4156251b0ad18f283d1b79a692c8a4a76c0900 (diff) |
SL-17925 Fix SLURL based creation of picks and classifieds
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 41533c137f..ca6ef3f794 100644 --- a/indra/newview/llpanelprofile.h +++ b/indra/newview/llpanelprofile.h @@ -382,6 +382,7 @@ public: void commitUnsavedChanges() override; void showClassified(const LLUUID& classified_id = LLUUID::null, bool edit = false); + void createClassified(); LLAvatarData getAvatarData() { return mAvatarData; }; |