Changeset - r24863:8e8149a87eef
[Not reviewed]
master
0 1 0
Patric Stout - 4 years ago 2021-02-20 21:14:26
truebrain@openttd.org
Fix ec1dd0bf: missing override causing compiler warnings (#8708)
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
src/video/sdl2_v.h
Show inline comments
 
@@ -48,7 +48,7 @@ protected:
 
	void UnlockVideoBuffer() override;
 
	void Paint() override;
 
	void PaintThread() override;
 
	void CheckPaletteAnim();
 
	void CheckPaletteAnim() override;
 

	
 
private:
 
	int PollEvent();
0 comments (0 inline, 0 general)