summaryrefslogtreecommitdiff
path: root/indra/newview
diff options
context:
space:
mode:
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; }