]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/src/gdi.i
Fixed compilation error
[wxWidgets.git] / wxPython / src / gdi.i
index 8474a1fa0160fd845ca28685685b19788b3c6b94..ffcb6744b3d1644d7ed605df6654fc97d74b328c 100644 (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;