From 2618d960e30882c097ba8b68249bbae974700ac8 Mon Sep 17 00:00:00 2001 From: rubidium Date: Thu, 2 Jan 2014 22:41:58 +0000 Subject: (svn r26209) -Codechange: remove some template magic and simplify some code --- src/os/macosx/splash.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/os/macosx/splash.cpp') diff --git a/src/os/macosx/splash.cpp b/src/os/macosx/splash.cpp index 79bb0a022..bc1cd2dbf 100644 --- a/src/os/macosx/splash.cpp +++ b/src/os/macosx/splash.cpp @@ -122,7 +122,7 @@ void DisplaySplashImage() uint xoff = (_screen.width - width) / 2; uint yoff = (_screen.height - height) / 2; - switch (BlitterFactoryBase::GetCurrentBlitter()->GetScreenDepth()) { + switch (BlitterFactory::GetCurrentBlitter()->GetScreenDepth()) { case 8: { uint8 *dst_ptr = (uint8 *)_screen.dst_ptr; /* Initialize buffer */ -- cgit v1.2.3-54-g00ecf