git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11653 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn
2001-09-20 16:32:33 +00:00
parent b9f2926155
commit 6ee2116be1
4 changed files with 16 additions and 6 deletions

View File

@@ -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;