From: Julian Smart Date: Sat, 18 Feb 2012 14:22:56 +0000 (+0000) Subject: Fixed name of GetCombinedStyleForLevel X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/51795e3399b6b7868388d47d9392500a1406b4e7?ds=inline Fixed name of GetCombinedStyleForLevel git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@70616 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/interface/wx/richtext/richtextstyles.h b/interface/wx/richtext/richtextstyles.h index f5a2995d16..f5be153b29 100644 --- a/interface/wx/richtext/richtextstyles.h +++ b/interface/wx/richtext/richtextstyles.h @@ -491,7 +491,8 @@ public: If @a styleSheet is specified, the base style for this definition will also be included in the result. */ - wxTextAttr GetCombinedStyleLevel(int level, + + wxTextAttr GetCombinedStyleForLevel(int level, wxRichTextStyleSheet* styleSheet = NULL) const; /**