]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gtk/pen.h
Remove direct access to GtlPizza's offset
[wxWidgets.git] / include / wx / gtk / pen.h
index 56927ff21b1436fdf635ad0f4c28f264a20622f4..44a80105e04e86101b955faaa18d56b65e97b6e7 100644 (file)
@@ -25,7 +25,7 @@ public:
     wxPen() { }
 
     wxPen( const wxColour &colour, int width = 1, int style = wxSOLID );
-    ~wxPen();
+    virtual ~wxPen();
 
     bool Ok() const { return m_refData != NULL; }