X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/bd507486e07b742bb7acb118811efd60ee027859..f8ca3d720efa16fe5aba8872a39c042c9775b8f5:/include/wx/vlbox.h diff --git a/include/wx/vlbox.h b/include/wx/vlbox.h index 42c5ce2ad4..9e5bf64c5b 100644 --- a/include/wx/vlbox.h +++ b/include/wx/vlbox.h @@ -189,7 +189,9 @@ public: void SetSelectionBackground(const wxColour& col); - virtual bool CanApplyParentThemeBackground() const { return false; } + virtual void ApplyParentThemeBackground(const wxColour& WXUNUSED(bg)) + { /* do nothing */ } + protected: // the derived class must implement this function to actually draw the item