X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/9a83f860948059b0273b5cc6d9e43fadad3ebfca..24b4db9b0de92ef5c899b98a556f8cd09ad1fc54:/src/richtext/richtextstylepage.cpp?ds=sidebyside diff --git a/src/richtext/richtextstylepage.cpp b/src/richtext/richtextstylepage.cpp index c761fa60bf..5dde2fe7ee 100644 --- a/src/richtext/richtextstylepage.cpp +++ b/src/richtext/richtextstylepage.cpp @@ -245,7 +245,7 @@ bool wxRichTextStylePage::TransferDataToWindow() return true; } -wxTextAttr* wxRichTextStylePage::GetAttributes() +wxRichTextAttr* wxRichTextStylePage::GetAttributes() { return wxRichTextFormattingDialog::GetDialogAttributes(this); }