X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/8907154c1a8a6882c6797d1f16393ddfb23e7f3a..835165d576b66441987b78519e6ef1fe74ea795a:/include/wx/unix/taskbarx11.h diff --git a/include/wx/unix/taskbarx11.h b/include/wx/unix/taskbarx11.h index d5143c303d..eb57d5766b 100644 --- a/include/wx/unix/taskbarx11.h +++ b/include/wx/unix/taskbarx11.h @@ -9,14 +9,10 @@ // Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////// -#ifndef _TASKBAR_H_ -#define _TASKBAR_H_ +#ifndef _WX_UNIX_TASKBAR_H_ +#define _WX_UNIX_TASKBAR_H_ -class WXDLLEXPORT wxIcon; -class WXDLLEXPORT wxFrame; -class WXDLLEXPORT wxWindow; - -class WXDLLIMPEXP_ADV wxTaskBarIconArea; +class WXDLLIMPEXP_FWD_ADV wxTaskBarIconArea; class WXDLLIMPEXP_ADV wxTaskBarIcon: public wxTaskBarIconBase { @@ -36,8 +32,10 @@ public: protected: wxTaskBarIconArea *m_iconWnd; +private: + void OnDestroy(wxWindowDestroyEvent&); + DECLARE_DYNAMIC_CLASS(wxTaskBarIcon) }; -#endif - // _TASKBAR_H_ +#endif // _WX_UNIX_TASKBAR_H_