]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/mgl/brush.h
Applied wxImage -> wxCursor patch, tool window event table fix
[wxWidgets.git] / include / wx / mgl / brush.h
index 6b871ebded5fad9cf0e304906b2c3efba7d647c4..5d12600bad1b903dc98b18c1b17e691468d8f484 100644 (file)
@@ -35,11 +35,11 @@ class WXDLLEXPORT wxBrush;
 class WXDLLEXPORT wxBrush: public wxGDIObject
 {
 public:
-    wxBrush();
+    wxBrush() {}
     wxBrush(const wxColour &colour, int style);
     wxBrush(const wxBitmap &stippleBitmap);
     wxBrush(const wxBrush &brush);
-    ~wxBrush();
+    ~wxBrush() {}
     wxBrush& operator = (const wxBrush& brush);
     bool operator == (const wxBrush& brush) const;
     bool operator != (const wxBrush& brush) const;