mirror of
https://github.com/ZDoom/qzdoom.git
synced 2024-11-28 23:12:24 +00:00
- seems a Linux file was missed when refactoring the IMPLEMENT_CLASS macros.
This commit is contained in:
parent
6271ecf2af
commit
56f67726f0
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, false, false)
|
||||||
|
|
||||||
struct MiniModeInfo
|
struct MiniModeInfo
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue