]> git.saurik.com Git - wxWidgets.git/commitdiff
Made new functions non-virtual
authorJulian Smart <julian@anthemion.co.uk>
Wed, 15 Nov 2006 23:03:18 +0000 (23:03 +0000)
committerJulian Smart <julian@anthemion.co.uk>
Wed, 15 Nov 2006 23:03:18 +0000 (23:03 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@43435 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/richtext/richtextctrl.h

index 59842b1a142d9ce08de3db8c82522543e93a6d85..47f36c38d257f84bd63d09fbec869e2f0722e4fe 100644 (file)
@@ -185,8 +185,8 @@ public:
     virtual bool GetStyle(long position, wxRichTextAttr& style);
 
     // get the common set of styles for the range
-    virtual bool GetStyleForRange(const wxRichTextRange& range, wxRichTextAttr& style);
-    virtual bool GetStyleForRange(const wxRichTextRange& range, wxTextAttrEx& style);
+    bool GetStyleForRange(const wxRichTextRange& range, wxRichTextAttr& style);
+    bool GetStyleForRange(const wxRichTextRange& range, wxTextAttrEx& style);
 
     // extended style setting operation with flags including:
     // wxRICHTEXT_SETSTYLE_WITH_UNDO, wxRICHTEXT_SETSTYLE_OPTIMIZE, wxRICHTEXT_SETSTYLE_PARAGRAPHS_ONLY, wxRICHTEXT_SETSTYLE_CHARACTERS_ONLY