]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/stattext.h
Compilation fix for OS/2.
[wxWidgets.git] / include / wx / stattext.h
index 525ad9eb8dc7965c24815fdbf1eeb6f5defbb0ac..979152cb16eaa35a79367d5b6ab31bcd9e680fec 100644 (file)
@@ -14,7 +14,7 @@ public:
 
     // overriden base virtuals
     virtual bool AcceptsFocus() const { return false; }
-    virtual bool CanApplyParentThemeBackground() const { return true; }
+    virtual bool HasTransparentBackground() { return true; }
 
 private:
     DECLARE_NO_COPY_CLASS(wxStaticTextBase)