From 9527eca5de27bd2060d5216426164da7721dd322 Mon Sep 17 00:00:00 2001 From: Robert Roebling Date: Sat, 21 May 2005 07:05:02 +0000 Subject: [PATCH] Make PaintBackground virtual, too. Now that we have broken bin comp. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34210 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- include/wx/msw/statbox.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/wx/msw/statbox.h b/include/wx/msw/statbox.h index 836de6c3bf..f7bd94c572 100644 --- a/include/wx/msw/statbox.h +++ b/include/wx/msw/statbox.h @@ -61,7 +61,7 @@ protected: virtual void MSWGetRegionWithoutSelf(WXHRGN hrgn, int w, int h); // paint the given rectangle with our background brush/colour - void PaintBackground(wxDC& dc, const struct tagRECT& rc); + virtual void PaintBackground(wxDC& dc, const struct tagRECT& rc); // paint the foreground of the static box virtual void PaintForeground(wxDC& dc, const struct tagRECT& rc); -- 2.45.2