]> git.saurik.com Git - wxWidgets.git/commitdiff
Fixed name of GetCombinedStyleForLevel
authorJulian Smart <julian@anthemion.co.uk>
Sat, 18 Feb 2012 14:22:56 +0000 (14:22 +0000)
committerJulian Smart <julian@anthemion.co.uk>
Sat, 18 Feb 2012 14:22:56 +0000 (14:22 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@70616 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

interface/wx/richtext/richtextstyles.h

index f5a2995d16b199c34db9e7c55ffa185654e1b2da..f5be153b29feb59f6e8276b809e05ff0e30faac7 100644 (file)
@@ -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;
 
     /**