]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/generic/grid.h
TRUE not true; FALSE not false
[wxWidgets.git] / include / wx / generic / grid.h
index 7468fca53ab39e90951860fed8ca08fa8017f1b3..3add2b3c6abd5adfd1316ea81b9587c6ba3aa111 100644 (file)
@@ -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