mirror of https://github.com/OpenTTD/OpenTTD
Fix ec1dd0bf: missing override causing compiler warnings (#8708)
parent
d16dc22fdf
commit
e1b1608dc6
|
@ -48,7 +48,7 @@ protected:
|
|||
void UnlockVideoBuffer() override;
|
||||
void Paint() override;
|
||||
void PaintThread() override;
|
||||
void CheckPaletteAnim();
|
||||
void CheckPaletteAnim() override;
|
||||
|
||||
private:
|
||||
int PollEvent();
|
||||
|
|
Loading…
Reference in New Issue