]> git.saurik.com Git - wxWidgets.git/blobdiff - src/gtk1/colour.cpp
fix warning about empty if statement in HDCClipper ctor in release build
[wxWidgets.git] / src / gtk1 / colour.cpp
index 68652fed398a03579870424a0e1af04ff17f3bab..7adf4b1dc27064f8826c653971b2e42438aa0456 100644 (file)
@@ -47,7 +47,7 @@ public:
         m_hasPixel = data.m_hasPixel;
     }
 
-    ~wxColourRefData()
+    virtual ~wxColourRefData()
     {
         FreeColour();
     }