mirror of
https://github.com/ZDoom/gzdoom-gles.git
synced 2024-11-11 15:22:15 +00:00
Fix compile error
This commit is contained in:
parent
20a83f95b9
commit
934f6a88bb
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
||||||
#include "v_video.h"
|
#include "v_video.h"
|
||||||
#include "sdlglvideo.h"
|
#include "sdlglvideo.h"
|
||||||
|
|
||||||
class SDLFB : public DFrameBuffer
|
class SDLFB : public SDLBaseFB
|
||||||
{
|
{
|
||||||
DECLARE_CLASS(SDLFB, SDLBaseFB)
|
DECLARE_CLASS(SDLFB, SDLBaseFB)
|
||||||
public:
|
public:
|
||||||
|
|
Loading…
Reference in a new issue