mirror of
https://github.com/ZDoom/qzdoom.git
synced 2024-11-10 23:02:08 +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 -------------------------------------------------------------------
|
||||
|
||||
IMPLEMENT_ABSTRACT_CLASS(SDLGLFB, false, false, false, false)
|
||||
IMPLEMENT_CLASS(SDLGLFB, false, false)
|
||||
|
||||
struct MiniModeInfo
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue