]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/mac/notebook.h
Some compilation fixes
[wxWidgets.git] / include / wx / mac / notebook.h
index d71c10eebe610c524819f9153fdfde16e1a674e2..188bde8cfb1be9ec4c7b635397ab4c1746a9fc0a 100644 (file)
@@ -18,9 +18,7 @@
 // ----------------------------------------------------------------------------
 // headers
 // ----------------------------------------------------------------------------
-#include "wx/dynarray.h"
 #include "wx/event.h"
-#include "wx/control.h"
 
 // ----------------------------------------------------------------------------
 // types
@@ -134,7 +132,7 @@ public:
   virtual void Command(wxCommandEvent& event);
 protected:
     virtual wxNotebookPage *DoRemovePage(int page) ;
-       virtual void MacHandleControlClick( ControlHandle control , SInt16 controlpart ) ;
+       virtual void MacHandleControlClick( WXWidget control , wxInt16 controlpart ) ;
   // common part of all ctors
   void Init();