]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/pen.h
Updates for make dist for OSX_CARBON
[wxWidgets.git] / interface / wx / pen.h
index d54d9f581db5af83034aae13f889d3089719d551..8dd77c30934063aaa815917a41a8d7b44389942c 100644 (file)
@@ -201,7 +201,7 @@ public:
                  pointer to the pen object is stored in an application
                  data structure, and there is a risk of double deletion.
     */
-    ~wxPen();
+    virtual ~wxPen();
 
     /**
         Returns the pen cap style, which may be one of @c wxCAP_ROUND, @c
@@ -265,7 +265,7 @@ public:
     /**
         Returns @true if the pen is initialised.
     */
-    bool IsOk() const;
+    virtual bool IsOk() const;
 
     /**
         Sets the pen cap style, which may be one of @c wxCAP_ROUND, @c wxCAP_PROJECTING