diff options
-rw-r--r-- | gui/browser.h | 6 |
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; |