X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/19a97bd6f98edc899ee0c3b2f2c4fe4ee8a0082b..5bf2abe34850e0952a44f3be4a4390ea12c55bd0:/wxPython/src/gdi.i diff --git a/wxPython/src/gdi.i b/wxPython/src/gdi.i index 8474a1fa01..ffcb6744b3 100644 --- a/wxPython/src/gdi.i +++ b/wxPython/src/gdi.i @@ -655,7 +655,7 @@ public: }; -class wxBrushList { +class wxBrushList : public wxObject { public: void AddBrush(wxBrush *brush); @@ -917,7 +917,7 @@ extern wxColour wxNullColour; extern wxFontList* wxTheFontList; extern wxPenList* wxThePenList; -extern wxBrushlist* wxTheBrushList; +extern wxBrushList* wxTheBrushList; extern wxColourDatabase* wxTheColourDatabase;