diff --git a/wxPython/src/html.i b/wxPython/src/html.i index 7d4f87d2c7..ee3608491d 100644 --- a/wxPython/src/html.i +++ b/wxPython/src/html.i @@ -390,7 +390,7 @@ public: void DrawInvisible(wxDC& dc, int x, int y); const wxHtmlCell* Find(int condition, const void* param); - bool AdjustPagebreak(int * pagebreak); + bool AdjustPagebreak(int* INOUT); void SetCanLiveOnPagebreak(bool can); }; diff --git a/wxPython/src/windows.i b/wxPython/src/windows.i index 95a509bb04..de99bdd720 100644 --- a/wxPython/src/windows.i +++ b/wxPython/src/windows.i @@ -754,8 +754,6 @@ public: long GetStyle(); bool IsAttached(); - void Attach(wxMenuBar *menubar); - void Detach(); void SetParent(wxMenu *parent); wxMenu *GetParent();