Change friendship so that the base implementation class is the friend.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@30065 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -22,11 +22,10 @@ class WXDLLEXPORT wxIcon;
|
||||
class WXDLLEXPORT wxMenu;
|
||||
|
||||
class wxTaskBarIconCocoaImpl;
|
||||
class wxTaskBarIconDockImpl;
|
||||
|
||||
class WXDLLEXPORT wxTaskBarIcon : public wxTaskBarIconBase
|
||||
{
|
||||
friend class wxTaskBarIconDockImpl;
|
||||
friend class wxTaskBarIconCocoaImpl;
|
||||
DECLARE_DYNAMIC_CLASS_NO_COPY(wxTaskBarIcon)
|
||||
public:
|
||||
//type of taskbar item to create (currently only DOCK is implemented)
|
||||
|
Reference in New Issue
Block a user