]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/generic/grid.h
Added missing AddBook
[wxWidgets.git] / include / wx / generic / grid.h
index 7468fca53ab39e90951860fed8ca08fa8017f1b3..9154f8970cdb4685d573a69503f76396def04766 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
@@ -1824,7 +1824,7 @@ protected:
     bool GetModelValues();
     bool SetModelValues();
 
-        friend class wxGridSelection;
+    friend class WXDLLEXPORT wxGridSelection;
 
     DECLARE_DYNAMIC_CLASS( wxGrid )
     DECLARE_EVENT_TABLE()