- seems a Linux file was missed when refactoring the IMPLEMENT_CLASS macros.

This commit is contained in:
Christoph Oelckers 2016-12-07 00:54:40 +01:00
parent 6271ecf2af
commit 56f67726f0
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@
// TYPES ------------------------------------------------------------------- // TYPES -------------------------------------------------------------------
IMPLEMENT_ABSTRACT_CLASS(SDLGLFB, false, false, false, false) IMPLEMENT_CLASS(SDLGLFB, false, false)
struct MiniModeInfo struct MiniModeInfo
{ {