]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/palmos/brush.h
there is no std::wostream under Palm (part of ticket 4700)
[wxWidgets.git] / include / wx / palmos / brush.h
index ba4bf15cc179d3fe920e5665930acf21c297c308..ba55d5bad7de96364a0e4235c890c3636adc8cba 100644 (file)
@@ -22,7 +22,7 @@ class WXDLLIMPEXP_FWD_CORE wxBrush;
 // wxBrush
 // ----------------------------------------------------------------------------
 
-class WXDLLEXPORT wxBrush : public wxBrushBase
+class WXDLLIMPEXP_CORE wxBrush : public wxBrushBase
 {
 public:
     wxBrush();
@@ -42,7 +42,7 @@ public:
     bool operator!=(const wxBrush& brush) const { return !(*this == brush); }
 
     wxColour GetColour() const;
-    virtual wxBrushStyle GetStyle() const;
+    wxBrushStyle GetStyle() const;
     wxBitmap *GetStipple() const;
 
     // return the HBRUSH for this brush