X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/77ffb5937e89927b621128789401db8921fe580f..34a34b020f1c8defacb299a0fa5c480fa65b8597:/include/wx/unix/taskbarx11.h diff --git a/include/wx/unix/taskbarx11.h b/include/wx/unix/taskbarx11.h index f5270b30e7..fb2aeb7763 100644 --- a/include/wx/unix/taskbarx11.h +++ b/include/wx/unix/taskbarx11.h @@ -6,7 +6,7 @@ // Created: 04/04/2003 // RCS-ID: $Id$ // Copyright: (c) Vaclav Slavik, 2003 -// Licence: wxWidgets licence +// Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////// #ifndef _TASKBAR_H_ @@ -20,7 +20,9 @@ class WXDLLEXPORT wxIcon; class WXDLLEXPORT wxFrame; class WXDLLEXPORT wxWindow; -class WXDLLEXPORT wxTaskBarIcon: public wxTaskBarIconBase +class WXDLLIMPEXP_ADV wxTaskBarIconArea; + +class WXDLLIMPEXP_ADV wxTaskBarIcon: public wxTaskBarIconBase { public: wxTaskBarIcon(); @@ -36,8 +38,7 @@ public: bool PopupMenu(wxMenu *menu); protected: - wxFrame *m_iconWnd; - wxWindow *m_iconArea; + wxTaskBarIconArea *m_iconWnd; DECLARE_DYNAMIC_CLASS(wxTaskBarIcon) };