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/llpanelprofilepicks.h | |
parent | 111d1d7c94887cb91bcb82ec6c86aaed133d8043 (diff) |
SL-15312 Mac build fix
Diffstat (limited to 'indra/newview/llpanelprofilepicks.h')
-rw-r--r-- | indra/newview/llpanelprofilepicks.h | 2 |
1 files changed, 1 insertions, 1 deletions
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; } |