[Scummvm-cvs-logs] SF.net SVN: scummvm:[53960] scummvm/trunk/gui/browser.h
fingolfin at users.sourceforge.net
fingolfin at users.sourceforge.net
Sat Oct 30 23:26:32 CEST 2010
Revision: 53960
http://scummvm.svn.sourceforge.net/scummvm/?rev=53960&view=rev
Author: fingolfin
Date: 2010-10-30 21:26:32 +0000 (Sat, 30 Oct 2010)
Log Message:
-----------
GUI: Don't #include Mac OS X sys header here
Modified Paths:
--------------
scummvm/trunk/gui/browser.h
Modified: scummvm/trunk/gui/browser.h
===================================================================
--- scummvm/trunk/gui/browser.h 2010-10-30 21:26:13 UTC (rev 53959)
+++ scummvm/trunk/gui/browser.h 2010-10-30 21:26:32 UTC (rev 53960)
@@ -29,10 +29,6 @@
#include "common/str.h"
#include "common/fs.h"
-#ifdef MACOSX
-#include <Carbon/Carbon.h>
-#endif
-
namespace GUI {
class ListWidget;
@@ -54,7 +50,7 @@
protected:
#ifdef MACOSX
- CFStringRef _titleRef;
+ const void *_titleRef;
#else
ListWidget *_fileList;
StaticTextWidget *_currentPath;
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