X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/ab14c7aa5727f3248e64e625ac19412799ca69bc..b9d880d6382e24156cdce4ae0390c843cc6208d9:/src/richtext/richtextbuffer.cpp diff --git a/src/richtext/richtextbuffer.cpp b/src/richtext/richtextbuffer.cpp index d3fe3cfdf3..bc16bc9efd 100644 --- a/src/richtext/richtextbuffer.cpp +++ b/src/richtext/richtextbuffer.cpp @@ -1633,7 +1633,7 @@ bool wxRichTextParagraphLayoutBox::SetStyle(const wxRichTextRange& range, const } /// Get the text attributes for this position. -bool wxRichTextParagraphLayoutBox::GetStyle(long position, wxTextAttrEx& style) const +bool wxRichTextParagraphLayoutBox::GetStyle(long position, wxTextAttrEx& style) { wxRichTextObject* obj wxDUMMY_INITIALIZE(NULL); @@ -1652,7 +1652,7 @@ bool wxRichTextParagraphLayoutBox::GetStyle(long position, wxTextAttrEx& style) } /// Get the text attributes for this position. -bool wxRichTextParagraphLayoutBox::GetStyle(long position, wxRichTextAttr& style) const +bool wxRichTextParagraphLayoutBox::GetStyle(long position, wxRichTextAttr& style) { wxRichTextObject* obj wxDUMMY_INITIALIZE(NULL);