summaryrefslogtreecommitdiff
path: root/indra/newview
diff options
context:
space:
mode:
authorAndrey Lihatskiy <alihatskiy@productengine.com>2024-02-17 21:41:08 +0200
committerAndrey Lihatskiy <alihatskiy@productengine.com>2024-02-17 22:22:40 +0200
commite83eff446802694ef2b556c230937a6c4fef7654 (patch)
tree4beddbb5d59b26390d2d86f4ba401ce55d2e18e6 /indra/newview
parent088f2f4f6545ebc2ee01945938a40ae5c87ad27a (diff)
viewer#826 Mac buildfix
Diffstat (limited to 'indra/newview')
-rw-r--r--indra/newview/llviewerjointattachment.h2
1 files changed, 1 insertions, 1 deletions
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; }