More compilation fixes.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@6649 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -1478,7 +1478,7 @@ public:
|
||||
void SetCellBitmap(wxBitmap *WXUNUSED(bitmap), int WXUNUSED(row), int WXUNUSED(col))
|
||||
{ }
|
||||
void SetDividerPen(const wxPen& WXUNUSED(pen)) { }
|
||||
wxPen& GetDividerPen() const { return wxNullPen; }
|
||||
wxPen& GetDividerPen() const;
|
||||
void OnActivate(bool WXUNUSED(active)) {}
|
||||
|
||||
// ******** End of compatibility functions **********
|
||||
|
Reference in New Issue
Block a user