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/llpanelprofileclassifieds.h | |
parent | dd4156251b0ad18f283d1b79a692c8a4a76c0900 (diff) |
SL-17925 Fix SLURL based creation of picks and classifieds
Diffstat (limited to 'indra/newview/llpanelprofileclassifieds.h')
-rw-r--r-- | indra/newview/llpanelprofileclassifieds.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/indra/newview/llpanelprofileclassifieds.h b/indra/newview/llpanelprofileclassifieds.h index 9a9f2185e8..912819e86b 100644 --- a/indra/newview/llpanelprofileclassifieds.h +++ b/indra/newview/llpanelprofileclassifieds.h @@ -80,6 +80,8 @@ public: void selectClassified(const LLUUID& classified_id, bool edit); + void createClassified(); + void processProperties(void* data, EAvatarProcessorType type) override; void resetData() override; @@ -108,6 +110,7 @@ private: LLUUID mClassifiedToSelectOnLoad; bool mClassifiedEditOnLoad; + bool mSheduledClassifiedCreation; }; |