X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/1562206871fd1df4fcb0904cfb4d1298642608c1..5edef14ec87e7fe2e1c48ed5f1a466ba60ece81a:/include/wx/html/htmlwin.h diff --git a/include/wx/html/htmlwin.h b/include/wx/html/htmlwin.h index c62febbf6d..c455fdde06 100644 --- a/include/wx/html/htmlwin.h +++ b/include/wx/html/htmlwin.h @@ -4,7 +4,7 @@ // Author: Vaclav Slavik // RCS-ID: $Id$ // Copyright: (c) 1999 Vaclav Slavik -// Licence: wxWindows Licence +// Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// @@ -198,6 +198,9 @@ public: void SelectAll(); #endif + virtual void ApplyParentThemeBackground(const wxColour& WXUNUSED(bg)) + { /* do nothing */ } + protected: void Init();