TRUE not true; FALSE not false
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@17169 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -1118,8 +1118,8 @@ public:
|
||||
|
||||
int GetBatchCount() { return m_batchCount; }
|
||||
|
||||
virtual void Refresh(bool eraseb = true,
|
||||
const wxRect* rect = (const wxRect *) 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
|
||||
|
Reference in New Issue
Block a user