]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gtk/brush.h
Disabled memory tracing code for mingw32,
[wxWidgets.git] / include / wx / gtk / brush.h
index c52eb450111e90d5ce0ee078994abfb95f7ca247..d42e564a814960b851841964d08fd200930b13c2 100644 (file)
@@ -33,10 +33,7 @@ class wxBrush;
 
 class wxBrush: public wxGDIObject
 {
-  DECLARE_DYNAMIC_CLASS(wxBrush)
-
-  public:
-
+public:
     wxBrush();
     wxBrush( const wxColour &colour, int style );
     wxBrush( const wxBitmap &stippleBitmap );
@@ -58,7 +55,8 @@ class wxBrush: public wxGDIObject
 
     void Unshare();
 
-    // no data :-)
+private:
+    DECLARE_DYNAMIC_CLASS(wxBrush)
 };
 
 #endif // __GTKBRUSHH__