From e83eff446802694ef2b556c230937a6c4fef7654 Mon Sep 17 00:00:00 2001 From: Andrey Lihatskiy Date: Sat, 17 Feb 2024 21:41:08 +0200 Subject: viewer#826 Mac buildfix --- indra/newview/llviewerjointattachment.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'indra/newview/llviewerjointattachment.h') diff --git a/indra/newview/llviewerjointattachment.h b/indra/newview/llviewerjointattachment.h index c470ad783f..980ac3a7ca 100644 --- a/indra/newview/llviewerjointattachment.h +++ b/indra/newview/llviewerjointattachment.h @@ -70,7 +70,7 @@ public: void setIsHUDAttachment(bool is_hud) { mIsHUDAttachment = is_hud; } bool getIsHUDAttachment() const { return mIsHUDAttachment; } - bool isAnimatable() const { return false; } + bool isAnimatable() const override { return false; } S32 getGroup() const { return mGroup; } S32 getPieSlice() const { return mPieSlice; } -- cgit v1.2.3