X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/f1d9e1ec6b596ec336e8e68fdec78244088d5c25..2a45803fc3877afd0ae3ce356dfe216505165882:/include/wx/cocoa/taskbar.h diff --git a/include/wx/cocoa/taskbar.h b/include/wx/cocoa/taskbar.h index 4316e92ebb..1410ae6873 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 +class WXDLLIMPEXP_ADV 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)