Fix ec1dd0bf: missing override causing compiler warnings (#8708)

This commit is contained in:
Patric Stout 2021-02-20 22:14:26 +01:00 committed by GitHub
parent d16dc22fdf
commit e1b1608dc6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -48,7 +48,7 @@ protected:
void UnlockVideoBuffer() override; void UnlockVideoBuffer() override;
void Paint() override; void Paint() override;
void PaintThread() override; void PaintThread() override;
void CheckPaletteAnim(); void CheckPaletteAnim() override;
private: private:
int PollEvent(); int PollEvent();