X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/f1d9e1ec6b596ec336e8e68fdec78244088d5c25..538f3830191e25eaf0edb0a379e08d4f85ee49bc:/include/wx/cocoa/taskbar.h diff --git a/include/wx/cocoa/taskbar.h b/include/wx/cocoa/taskbar.h index 4316e92ebb..003c4cbb17 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 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)