No real changes, just fix unused parameter warning.
Wrap dc parameter of wxRichTextCtrl::PaintAboveContent() in a WXUNUSED(). git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@64888 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -688,7 +688,7 @@ public:
|
||||
virtual void PaintBackground(wxDC& dc);
|
||||
|
||||
/// Other user defined painting after everything else (i.e. all text) is painted
|
||||
virtual void PaintAboveContent(wxDC& dc) {}
|
||||
virtual void PaintAboveContent(wxDC& WXUNUSED(dc)) {}
|
||||
|
||||
#if wxRICHTEXT_BUFFERED_PAINTING
|
||||
/// Recreate buffer bitmap if necessary
|
||||
|
Reference in New Issue
Block a user