From 934f6a88bbdd8dc918998d93b71237ac4172d148 Mon Sep 17 00:00:00 2001 From: Magnus Norddahl Date: Tue, 24 Jan 2017 17:10:28 +0100 Subject: [PATCH] Fix compile error --- src/posix/sdl/sdlvideo.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/posix/sdl/sdlvideo.h b/src/posix/sdl/sdlvideo.h index d0888daba..33192800d 100644 --- a/src/posix/sdl/sdlvideo.h +++ b/src/posix/sdl/sdlvideo.h @@ -2,7 +2,7 @@ #include "v_video.h" #include "sdlglvideo.h" -class SDLFB : public DFrameBuffer +class SDLFB : public SDLBaseFB { DECLARE_CLASS(SDLFB, SDLBaseFB) public: