X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/1562206871fd1df4fcb0904cfb4d1298642608c1..22bfe96ca6b7248ab8161ec97963bca8e3be963e:/include/wx/html/htmlwin.h?ds=sidebyside diff --git a/include/wx/html/htmlwin.h b/include/wx/html/htmlwin.h index c62febbf6d..0e4fab1eda 100644 --- a/include/wx/html/htmlwin.h +++ b/include/wx/html/htmlwin.h @@ -198,6 +198,9 @@ public: void SelectAll(); #endif + virtual void ApplyParentThemeBackground(const wxColour& WXUNUSED(bg)) + { /* do nothing */ } + protected: void Init();