X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/8907154c1a8a6882c6797d1f16393ddfb23e7f3a..4f32b3cf15277e10835d359acb8b3e87ee041699:/include/wx/mac/classic/taskbarosx.h diff --git a/include/wx/mac/classic/taskbarosx.h b/include/wx/mac/classic/taskbarosx.h index 3cc7f35347..cc8818b808 100644 --- a/include/wx/mac/classic/taskbarosx.h +++ b/include/wx/mac/classic/taskbarosx.h @@ -1,5 +1,5 @@ ///////////////////////////////////////////////////////////////////////// -// File: wx/mac/taskbarosx.h +// File: wx/mac/classic/taskbarosx.h // Purpose: Defines wxTaskBarIcon class for OSX // Author: Ryan Norton // Modified by: @@ -18,14 +18,14 @@ class WXDLLEXPORT wxMenu; class WXDLLEXPORT wxTaskBarIcon : public wxTaskBarIconBase { public: - //type of taskbar item to create (currently only DOCK is implemented) - enum wxTaskBarIconType - { - DOCK, - STATUSITEM, - MENUEXTRA - }; - + //type of taskbar item to create (currently only DOCK is implemented) + enum wxTaskBarIconType + { + DOCK, + STATUSITEM, + MENUEXTRA + }; + wxTaskBarIcon(const wxTaskBarIconType& nType = DOCK); virtual ~wxTaskBarIcon(); @@ -36,7 +36,7 @@ public: protected: wxTaskBarIconType m_nType; - + DECLARE_DYNAMIC_CLASS(wxTaskBarIcon) };