Fix a missing override...I think we may end up just killing this warning though.
parent
dc409c4f64
commit
5703af8a27
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in New Issue