aboutsummaryrefslogtreecommitdiff
path: root/gui/browser.h
diff options
context:
space:
mode:
authorMax Horn2010-10-30 21:26:32 +0000
committerMax Horn2010-10-30 21:26:32 +0000
commitff34a778318355ffba2ee5700524fccba9fe5cf3 (patch)
tree1ee509494905b69b2824713ae1f5493a9a141f5d /gui/browser.h
parent334173d3331213e2ae8de6faca5de27688fc5964 (diff)
downloadscummvm-rg350-ff34a778318355ffba2ee5700524fccba9fe5cf3.tar.gz
scummvm-rg350-ff34a778318355ffba2ee5700524fccba9fe5cf3.tar.bz2
scummvm-rg350-ff34a778318355ffba2ee5700524fccba9fe5cf3.zip
GUI: Don't #include Mac OS X sys header here
svn-id: r53960
Diffstat (limited to 'gui/browser.h')
-rw-r--r--gui/browser.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/gui/browser.h b/gui/browser.h
index 8dc7eda43a..1fef041a5a 100644
--- a/gui/browser.h
+++ b/gui/browser.h
@@ -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 @@ public:
protected:
#ifdef MACOSX
- CFStringRef _titleRef;
+ const void *_titleRef;
#else
ListWidget *_fileList;
StaticTextWidget *_currentPath;