diff options
author | Andrey Kleshchev <andreykproductengine@lindenlab.com> | 2022-06-07 16:53:34 +0300 |
---|---|---|
committer | Andrey Kleshchev <andreykproductengine@lindenlab.com> | 2022-06-07 16:53:34 +0300 |
commit | 537941a81281bf6586f410e07ee265cf7c2972a0 (patch) | |
tree | 86d5c607341d200b373e6c415451e0cc8a660b40 /indra/newview | |
parent | 111d1d7c94887cb91bcb82ec6c86aaed133d8043 (diff) |
SL-15312 Mac build fix
Diffstat (limited to 'indra/newview')
-rw-r--r-- | indra/newview/llpanelprofileclassifieds.h | 2 | ||||
-rw-r--r-- | indra/newview/llpanelprofilepicks.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/indra/newview/llpanelprofileclassifieds.h b/indra/newview/llpanelprofileclassifieds.h index e0ca75728f..9a9f2185e8 100644 --- a/indra/newview/llpanelprofileclassifieds.h +++ b/indra/newview/llpanelprofileclassifieds.h @@ -124,7 +124,7 @@ public: BOOL postBuild() override; - void onOpen(const LLSD& key); + void onOpen(const LLSD& key) override; void processProperties(void* data, EAvatarProcessorType type) override; diff --git a/indra/newview/llpanelprofilepicks.h b/indra/newview/llpanelprofilepicks.h index fc975604d9..8973b37d16 100644 --- a/indra/newview/llpanelprofilepicks.h +++ b/indra/newview/llpanelprofilepicks.h @@ -112,7 +112,7 @@ public: BOOL postBuild() override; - void setAvatarId(const LLUUID& avatar_id); + void setAvatarId(const LLUUID& avatar_id) override; void setPickId(const LLUUID& id) { mPickId = id; } virtual LLUUID& getPickId() { return mPickId; } |