]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/x11/colour.h
wx printf() implementation bug fixes ('%' handling, thread safety, ...) and optimisat...
[wxWidgets.git] / include / wx / x11 / colour.h
index 502886f31fe19cc89417f5262b4910ebb43b405c..9d9824199de811e0be270ee58f6beedd979c40f9 100644 (file)
@@ -42,7 +42,7 @@ public:
     wxColour() {}
     DEFINE_STD_WXCOLOUR_CONSTRUCTORS
 
-    ~wxColour();
+    virtual ~wxColour();
 
     bool Ok() const { return m_refData != NULL; }