mirror of
https://github.com/ZDoom/qzdoom.git
synced 2024-11-11 15:22:16 +00:00
- Fixed abstract class macro in SDLGLFB class.
This commit is contained in:
parent
a78b713f4b
commit
8a23befd4d
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@
|
||||||
|
|
||||||
// TYPES -------------------------------------------------------------------
|
// TYPES -------------------------------------------------------------------
|
||||||
|
|
||||||
IMPLEMENT_ABSTRACT_CLASS(SDLGLFB, false, false, false, false)
|
IMPLEMENT_CLASS(SDLGLFB, true, false)
|
||||||
|
|
||||||
struct MiniModeInfo
|
struct MiniModeInfo
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue