diff --git a/wxPython/src/grid.i b/wxPython/src/grid.i index 1127faf0d8..9864f62b83 100644 --- a/wxPython/src/grid.i +++ b/wxPython/src/grid.i @@ -1625,7 +1625,6 @@ public: void EndBatch(); int GetBatchCount(); void ForceRefresh(); - void Refresh(bool eraseb=True, const wxRect* rect= NULL); // ------ edit control functions diff --git a/wxPython/src/html.i b/wxPython/src/html.i index 250a7666bb..6220731d1f 100644 --- a/wxPython/src/html.i +++ b/wxPython/src/html.i @@ -850,7 +850,9 @@ public: } } - void SetTitle(const wxString& title); + DocDeclStr( + void, SetTitle(const wxString& title), + ""); // Sets space between text and window borders. void SetBorders(int b);