From 5703af8a2700df2a24dd5955a8b9c0a4a396ff31 Mon Sep 17 00:00:00 2001 From: Beq Date: Sun, 10 Aug 2025 11:29:47 +0100 Subject: [PATCH] Fix a missing override...I think we may end up just killing this warning though. --- indra/newview/fsmaniprotatejoint.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/indra/newview/fsmaniprotatejoint.h b/indra/newview/fsmaniprotatejoint.h index f260b16b02..aaad19bfe6 100644 --- a/indra/newview/fsmaniprotatejoint.h +++ b/indra/newview/fsmaniprotatejoint.h @@ -81,7 +81,7 @@ public: // Overrides void handleSelect() override; - bool updateVisiblity(); + bool updateVisiblity() override; void render() override; void renderNameXYZ(const LLQuaternion& rot); bool handleMouseDown(S32 x, S32 y, MASK mask) override;