]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/mgl/pen.h
add if wxUSE_NOTEBOOK around notebook-only renderer methods
[wxWidgets.git] / include / wx / mgl / pen.h
index 7b5edafd3bd724ef94d75fb9bfee76a9bd3a43a2..fefa2373c6f30ed17fcb838dd1b8012616116c2a 100644 (file)
@@ -33,7 +33,7 @@ public:
     wxPen() {}
     wxPen(const wxColour &colour, int width = 1, int style = wxSOLID);
     wxPen(const wxBitmap& stipple, int width);
-    ~wxPen() {}
+    virtual ~wxPen() {}
     bool operator == (const wxPen& pen) const;
     bool operator != (const wxPen& pen) const;