Typo correction
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39874 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -1241,7 +1241,7 @@ public:
|
|||||||
/// Clone
|
/// Clone
|
||||||
virtual wxRichTextObject* Clone() const { return new wxRichTextPlainText(*this); }
|
virtual wxRichTextObject* Clone() const { return new wxRichTextPlainText(*this); }
|
||||||
private:
|
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:
|
protected:
|
||||||
wxString m_text;
|
wxString m_text;
|
||||||
|
Reference in New Issue
Block a user