1
0
Fork 0

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

pull/8727/head
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
1 changed files with 1 additions and 1 deletions

View File

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