]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/palmos/brush.h
don't include wx/msw/wrapwin.h in public header; corrected the m_hDWP type instead
[wxWidgets.git] / include / wx / palmos / brush.h
index 2a7586612b249da7dc10bf8970616fe03212d7cb..bd7d5a50b80bbe81c90ab8315bb14dea9f50c14a 100644 (file)
@@ -4,7 +4,7 @@
 // Author:      William Osborne
 // Modified by:
 // Created:     10/13/04
-// RCS-ID:      $Id: 
+// RCS-ID:      $Id:
 // Copyright:   (c) William Osborne
 // Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
@@ -26,7 +26,7 @@ class WXDLLEXPORT wxBrush;
 // wxBrush
 // ----------------------------------------------------------------------------
 
-class WXDLLEXPORT wxBrush : public wxGDIObject
+class WXDLLEXPORT wxBrush : public wxBrushBase
 {
 public:
     wxBrush();
@@ -45,7 +45,7 @@ public:
     bool operator!=(const wxBrush& brush) const { return !(*this == brush); }
 
     wxColour GetColour() const;
-    int GetStyle() const;
+    virtual int GetStyle() const;
     wxBitmap *GetStipple() const;
 
     bool Ok() const { return m_refData != NULL; }