mirror of
https://github.com/ZDoom/gzdoom.git
synced 2024-11-11 15:21:51 +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