Fix a missing override...I think we may end up just killing this warning though.

master
Beq 2025-08-10 11:29:47 +01:00
parent dc409c4f64
commit 5703af8a27
1 changed files with 1 additions and 1 deletions

View File

@ -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;