From 537941a81281bf6586f410e07ee265cf7c2972a0 Mon Sep 17 00:00:00 2001 From: Andrey Kleshchev Date: Tue, 7 Jun 2022 16:53:34 +0300 Subject: SL-15312 Mac build fix --- indra/newview/llpanelprofileclassifieds.h | 2 +- indra/newview/llpanelprofilepicks.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'indra/newview') 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; } -- cgit v1.2.3