[Scummvm-cvs-logs] SF.net SVN: scummvm:[50254] scummvm/branches/gsoc2010-opengl/backends/ platform/sdl

mthreepwood at users.sourceforge.net mthreepwood at users.sourceforge.net
Fri Jun 25 01:51:03 CEST 2010


Revision: 50254
          http://scummvm.svn.sourceforge.net/scummvm/?rev=50254&view=rev
Author:   mthreepwood
Date:     2010-06-24 23:51:02 +0000 (Thu, 24 Jun 2010)

Log Message:
-----------
Fix compile on Mac OS X (and probably *nix systems).

Modified Paths:
--------------
    scummvm/branches/gsoc2010-opengl/backends/platform/sdl/macosx/macosx.cpp
    scummvm/branches/gsoc2010-opengl/backends/platform/sdl/posix/posix.cpp

Modified: scummvm/branches/gsoc2010-opengl/backends/platform/sdl/macosx/macosx.cpp
===================================================================
--- scummvm/branches/gsoc2010-opengl/backends/platform/sdl/macosx/macosx.cpp	2010-06-24 23:41:27 UTC (rev 50253)
+++ scummvm/branches/gsoc2010-opengl/backends/platform/sdl/macosx/macosx.cpp	2010-06-24 23:51:02 UTC (rev 50254)
@@ -29,6 +29,7 @@
 #include "backends/mixer/bufferingsdl/bufferingsdl-mixer.h"
 
 #include "common/archive.h"
+#include "common/fs.h"
 
 #include "CoreFoundation/CoreFoundation.h"
 

Modified: scummvm/branches/gsoc2010-opengl/backends/platform/sdl/posix/posix.cpp
===================================================================
--- scummvm/branches/gsoc2010-opengl/backends/platform/sdl/posix/posix.cpp	2010-06-24 23:41:27 UTC (rev 50253)
+++ scummvm/branches/gsoc2010-opengl/backends/platform/sdl/posix/posix.cpp	2010-06-24 23:51:02 UTC (rev 50254)
@@ -46,7 +46,7 @@
 OSystem_POSIX::OSystem_POSIX() {
 }
 
-void OSystem_Win32::init() {
+void OSystem_POSIX::init() {
 	// Initialze File System Factory
 	_fsFactory = new POSIXFilesystemFactory();
 


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.




More information about the Scummvm-git-logs mailing list