From 2200f6eda3451c173a28270c148602b8df8a55e0 Mon Sep 17 00:00:00 2001 From: Rachael Alexanderson Date: Wed, 7 Dec 2016 05:05:51 -0500 Subject: [PATCH] - fixed: compile error with SDLGLVideo class macro --- src/posix/sdl/sdlglvideo.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/posix/sdl/sdlglvideo.cpp b/src/posix/sdl/sdlglvideo.cpp index 61f4a7725..290dfd6a1 100644 --- a/src/posix/sdl/sdlglvideo.cpp +++ b/src/posix/sdl/sdlglvideo.cpp @@ -29,7 +29,7 @@ // TYPES ------------------------------------------------------------------- -IMPLEMENT_CLASS(SDLGLFB, false, false) +IMPLEMENT_CLASS(SDLGLFB, true, false) struct MiniModeInfo {