]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/cocoa/taskbar.h
made FindWindow() member functions const (this makes it possible to use XRCCTRL(...
[wxWidgets.git] / include / wx / cocoa / taskbar.h
index 4316e92ebbe6bed4f2c597b8ae6f52897dcfdb4c..833cf83143502ce48b052af449f0af2828606a83 100644 (file)
@@ -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)