From e1b1608dc6cb0f2befebcb7ee5255881a5861098 Mon Sep 17 00:00:00 2001 From: Patric Stout Date: Sat, 20 Feb 2021 22:14:26 +0100 Subject: Fix ec1dd0bf: missing override causing compiler warnings (#8708) --- src/video/sdl2_v.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/video/sdl2_v.h b/src/video/sdl2_v.h index d96e321f6..8c47d6aa0 100644 --- a/src/video/sdl2_v.h +++ b/src/video/sdl2_v.h @@ -48,7 +48,7 @@ protected: void UnlockVideoBuffer() override; void Paint() override; void PaintThread() override; - void CheckPaletteAnim(); + void CheckPaletteAnim() override; private: int PollEvent(); -- cgit v1.2.3-54-g00ecf