X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/6953da00886c52a9e1d9183e1f1f27e75843cfa4..05c3f0fc73d9124061c08e3d707b4e3d6bab4ff4:/include/wx/html/htmlcell.h?ds=inline diff --git a/include/wx/html/htmlcell.h b/include/wx/html/htmlcell.h index 046fb2085e..09e3cd29b0 100644 --- a/include/wx/html/htmlcell.h +++ b/include/wx/html/htmlcell.h @@ -104,6 +104,7 @@ private: class WXDLLIMPEXP_HTML wxHtmlRenderingStyle { public: + virtual ~wxHtmlRenderingStyle() {} virtual wxColour GetSelectedTextColour(const wxColour& clr) = 0; virtual wxColour GetSelectedTextBgColour(const wxColour& clr) = 0; };