X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/91feb0d1ae0931e4164d9dea977151bc0e9c098a..ec02a2f7de3d6f4e11c4dd72bf69c33fcc49ba84:/demos/forty/card.cpp diff --git a/demos/forty/card.cpp b/demos/forty/card.cpp index 7f126fdafa..44a0f65d4b 100644 --- a/demos/forty/card.cpp +++ b/demos/forty/card.cpp @@ -170,7 +170,7 @@ void Card::Draw(wxDC& dc, int x, int y) dc.SetBackground(* wxRED_BRUSH); dc.SetBackgroundMode(wxSOLID); wxBrush* brush = wxTheBrushList->FindOrCreateBrush( - _T("BLACK"), wxCROSSDIAG_HATCH + *wxBLACK, wxCROSSDIAG_HATCH ); dc.SetBrush(* brush);