From 39aad6ece718acb39ad38ba5858f2aeeb5c29474 Mon Sep 17 00:00:00 2001 From: Johannes Schickel Date: Mon, 29 Nov 2010 18:30:23 +0000 Subject: SDL: Move createLogFile implementions to the OSystem_SDL subclasses. svn-id: r54581 --- backends/platform/sdl/macosx/macosx.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'backends/platform/sdl/macosx/macosx.h') diff --git a/backends/platform/sdl/macosx/macosx.h b/backends/platform/sdl/macosx/macosx.h index 3c583a0ac0..7402618b0e 100644 --- a/backends/platform/sdl/macosx/macosx.h +++ b/backends/platform/sdl/macosx/macosx.h @@ -36,6 +36,10 @@ public: virtual void initBackend(); virtual void addSysArchivesToSearchSet(Common::SearchSet &s, int priority = 0); virtual void setupIcon(); + +private: + // TODO: Implement log file support for Mac OS X + virtual Common::WriteStream *createLogFile() { return 0; } }; #endif -- cgit v1.2.3