X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/6762286db6cf974817dead5b88bebf0e390dbb7e..4f7c00f237b6308394adb074fc94a0de8e2391d5:/include/wx/osx/taskbarosx.h diff --git a/include/wx/osx/taskbarosx.h b/include/wx/osx/taskbarosx.h index 0d48721613..8d8f395053 100644 --- a/include/wx/osx/taskbarosx.h +++ b/include/wx/osx/taskbarosx.h @@ -26,8 +26,8 @@ public: #if wxOSX_USE_COCOA , CUSTOM_STATUSITEM #endif -// , STATUSITEM -// , MENUEXTRA +// , STATUSITEM +// , MENUEXTRA , DEFAULT_TYPE = DOCK }; @@ -42,7 +42,7 @@ public: bool PopupMenu(wxMenu *menu); protected: - class wxTaskBarIconImpl* m_impl; + class wxTaskBarIconImpl* m_impl; friend class wxTaskBarIconImpl; }; #endif