X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/f1d9e1ec6b596ec336e8e68fdec78244088d5c25..333e57d578e9e0fb6555452b5a53698ffd85ee69:/include/wx/cocoa/taskbar.h diff --git a/include/wx/cocoa/taskbar.h b/include/wx/cocoa/taskbar.h index 4316e92ebb..5c9dc6366c 100644 --- a/include/wx/cocoa/taskbar.h +++ b/include/wx/cocoa/taskbar.h @@ -12,21 +12,16 @@ #ifndef _WX_COCOA_TASKBAR_H__ #define _WX_COCOA_TASKBAR_H__ -#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA) -#pragma interface "taskbar.h" -#endif - #include "wx/icon.h" -class WXDLLEXPORT wxIcon; -class WXDLLEXPORT wxMenu; +class WXDLLIMPEXP_FWD_CORE wxIcon; +class WXDLLIMPEXP_FWD_CORE wxMenu; class wxTaskBarIconCocoaImpl; -class wxTaskBarIconDockImpl; class WXDLLEXPORT wxTaskBarIcon : public wxTaskBarIconBase { - friend class wxTaskBarIconDockImpl; + friend class wxTaskBarIconCocoaImpl; DECLARE_DYNAMIC_CLASS_NO_COPY(wxTaskBarIcon) public: //type of taskbar item to create (currently only DOCK is implemented)