X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/ac258944bc79d31b8be8cad54c11134cc5ff3411..4ec2eca1e8c2829b34bfc95a10cc3c6ab4798314:/include/wx/unix/taskbarx11.h diff --git a/include/wx/unix/taskbarx11.h b/include/wx/unix/taskbarx11.h index fb2aeb7763..eb57d5766b 100644 --- a/include/wx/unix/taskbarx11.h +++ b/include/wx/unix/taskbarx11.h @@ -9,18 +9,10 @@ // Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////// -#ifndef _TASKBAR_H_ -#define _TASKBAR_H_ +#ifndef _WX_UNIX_TASKBAR_H_ +#define _WX_UNIX_TASKBAR_H_ -#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA) -#pragma interface "taskbarx11.h" -#endif - -class WXDLLEXPORT wxIcon; -class WXDLLEXPORT wxFrame; -class WXDLLEXPORT wxWindow; - -class WXDLLIMPEXP_ADV wxTaskBarIconArea; +class WXDLLIMPEXP_FWD_ADV wxTaskBarIconArea; class WXDLLIMPEXP_ADV wxTaskBarIcon: public wxTaskBarIconBase { @@ -40,8 +32,10 @@ public: protected: wxTaskBarIconArea *m_iconWnd; +private: + void OnDestroy(wxWindowDestroyEvent&); + DECLARE_DYNAMIC_CLASS(wxTaskBarIcon) }; -#endif - // _TASKBAR_H_ +#endif // _WX_UNIX_TASKBAR_H_