From: Stefan Neis Date: Sat, 7 Sep 2002 20:09:55 +0000 (+0000) Subject: Changed second parameter of Refresh to "const wxRect*". X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/a66a391e7094124907ecea6a49460813fa9381ab Changed second parameter of Refresh to "const wxRect*". git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@17054 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/include/wx/generic/grid.h b/include/wx/generic/grid.h index 8825ffe555..7468fca53a 100644 --- a/include/wx/generic/grid.h +++ b/include/wx/generic/grid.h @@ -1118,7 +1118,8 @@ public: int GetBatchCount() { return m_batchCount; } - virtual void Refresh(bool eraseb=true, wxRect* rect= NULL); + virtual void Refresh(bool eraseb = true, + const wxRect* rect = (const wxRect *) NULL); // Use this, rather than wxWindow::Refresh(), to force an // immediate repainting of the grid. Has no effect if you are