From 8dbaa8e7297acecbfbc304e4ae4879347568becf Mon Sep 17 00:00:00 2001 From: stephena Date: Wed, 22 Mar 2006 21:13:36 +0000 Subject: [PATCH] Minor fix for OSX compilation. git-svn-id: svn://svn.code.sf.net/p/stella/code/trunk@1063 8b62c5a3-ac7e-4cc8-8f21-d9a121418aba --- stella/src/common/mainSDL.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/stella/src/common/mainSDL.cxx b/stella/src/common/mainSDL.cxx index f8d77c66b..37b049f85 100644 --- a/stella/src/common/mainSDL.cxx +++ b/stella/src/common/mainSDL.cxx @@ -13,7 +13,7 @@ // See the file "license" for information on usage and redistribution of // this file, and for a DISCLAIMER OF ALL WARRANTIES. // -// $Id: mainSDL.cxx,v 1.64 2006-03-19 00:46:02 stephena Exp $ +// $Id: mainSDL.cxx,v 1.65 2006-03-22 21:13:36 stephena Exp $ //============================================================================ #include @@ -68,7 +68,7 @@ static void SetupProperties(PropertiesSet& set); static void Cleanup(); // Pointer to the main parent osystem object or the null pointer -static OSystem* theOSystem = (OSystem*) NULL; +OSystem* theOSystem = (OSystem*) NULL; /**