remove extraneous IncRef() from wxRichTextFontTable ctor (replaces patch 1884594)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@51618 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -7209,7 +7209,6 @@ IMPLEMENT_DYNAMIC_CLASS(wxRichTextFontTable, wxObject)
|
|||||||
wxRichTextFontTable::wxRichTextFontTable()
|
wxRichTextFontTable::wxRichTextFontTable()
|
||||||
{
|
{
|
||||||
m_refData = new wxRichTextFontTableData;
|
m_refData = new wxRichTextFontTableData;
|
||||||
m_refData->IncRef();
|
|
||||||
}
|
}
|
||||||
|
|
||||||
wxRichTextFontTable::wxRichTextFontTable(const wxRichTextFontTable& table)
|
wxRichTextFontTable::wxRichTextFontTable(const wxRichTextFontTable& table)
|
||||||
|
Reference in New Issue
Block a user