]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/generic/grid.h
better check of parameter in Delete() (2nd part of patch 646145)
[wxWidgets.git] / include / wx / generic / grid.h
index 8825ffe5551874c7196f811c9a30563d6edc4cd1..9154f8970cdb4685d573a69503f76396def04766 100644 (file)
@@ -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
@@ -1823,7 +1824,7 @@ protected:
     bool GetModelValues();
     bool SetModelValues();
 
-        friend class wxGridSelection;
+    friend class WXDLLEXPORT wxGridSelection;
 
     DECLARE_DYNAMIC_CLASS( wxGrid )
     DECLARE_EVENT_TABLE()