]> git.saurik.com Git - wxWidgets.git/commitdiff
Typo correction
authorJulian Smart <julian@anthemion.co.uk>
Wed, 28 Jun 2006 17:45:13 +0000 (17:45 +0000)
committerJulian Smart <julian@anthemion.co.uk>
Wed, 28 Jun 2006 17:45:13 +0000 (17:45 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39874 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/richtext/richtextbuffer.h

index 9ad99bdd0f5f3169be70d4c7404bd18510af5c4d..f321c4e5dd66a4dc7035de1257a05c2b10e9c070 100644 (file)
@@ -1241,7 +1241,7 @@ public:
     /// Clone
     virtual wxRichTextObject* Clone() const { return new wxRichTextPlainText(*this); }
 private:
-    bool wxRichTextPlainText::DrawTabbedString(wxDC& dc,const wxRect& rect,wxString& str, wxCoord& x, wxCoord& y, bool selected);
+    bool DrawTabbedString(wxDC& dc,const wxRect& rect,wxString& str, wxCoord& x, wxCoord& y, bool selected);
 
 protected:
     wxString    m_text;