X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/a66a391e7094124907ecea6a49460813fa9381ab..5c6bd4a9570c63619275710f0b91a93231532b98:/include/wx/generic/grid.h?ds=sidebyside diff --git a/include/wx/generic/grid.h b/include/wx/generic/grid.h index 7468fca53a..9154f8970c 100644 --- a/include/wx/generic/grid.h +++ b/include/wx/generic/grid.h @@ -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()