]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gtk/brush.h
Add const to GetTargetSize()
[wxWidgets.git] / include / wx / gtk / brush.h
index 6a92478809a63eb33cab82a0f74408dae1a7c527..47ebc69caa31c8346ed069cc03ffcf64e35a2936 100644 (file)
@@ -24,7 +24,7 @@ public:
 
     wxBrush( const wxColour &colour, int style = wxSOLID );
     wxBrush( const wxBitmap &stippleBitmap );
 
     wxBrush( const wxColour &colour, int style = wxSOLID );
     wxBrush( const wxBitmap &stippleBitmap );
-    ~wxBrush();
+    virtual ~wxBrush();
 
     bool Ok() const { return m_refData != NULL; }
 
 
     bool Ok() const { return m_refData != NULL; }