summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorPatric Stout <truebrain@openttd.org>2021-02-20 22:14:26 +0100
committerGitHub <noreply@github.com>2021-02-20 22:14:26 +0100
commite1b1608dc6cb0f2befebcb7ee5255881a5861098 (patch)
treed39308f087e33faba32c1be248d2da168b02d830 /src
parentd16dc22fdfa8abf80e063d0a2b75c038c8fd5f12 (diff)
downloadopenttd-e1b1608dc6cb0f2befebcb7ee5255881a5861098.tar.xz
Fix ec1dd0bf: missing override causing compiler warnings (#8708)
Diffstat (limited to 'src')
-rw-r--r--src/video/sdl2_v.h2
1 files changed, 1 insertions, 1 deletions
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();