Fix compile error

This commit is contained in:
Magnus Norddahl 2017-01-24 17:10:28 +01:00
parent 20a83f95b9
commit 934f6a88bb
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
#include "v_video.h"
#include "sdlglvideo.h"
class SDLFB : public DFrameBuffer
class SDLFB : public SDLBaseFB
{
DECLARE_CLASS(SDLFB, SDLBaseFB)
public: