]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/html/htmlwin.h
Implemented Enable for wxMenuBar to avoid assert
[wxWidgets.git] / include / wx / html / htmlwin.h
index f8b88670d78b9b1ecd48dffd715cf71156c3e216..0e4fab1eda97aa8fec7529651b13750103dab191 100644 (file)
@@ -198,7 +198,8 @@ public:
     void SelectAll();
 #endif
 
-    virtual bool CanApplyParentThemeBackground() const { return false; }
+    virtual void ApplyParentThemeBackground(const wxColour& WXUNUSED(bg))
+        { /* do nothing */ }
     
 protected:
     void Init();