]> git.saurik.com Git - wxWidgets.git/blobdiff - src/richtext/richtextbuffer.cpp
update m_lastcount correctly in wxBufferedInputStream::Read() when using the buffer...
[wxWidgets.git] / src / richtext / richtextbuffer.cpp
index 1936bb107aea52bb9322e025f608554424cfeb31..64633cab6f0bf96f45dab6b660eeeced8d9c4a1b 100644 (file)
@@ -7209,7 +7209,6 @@ IMPLEMENT_DYNAMIC_CLASS(wxRichTextFontTable, wxObject)
 wxRichTextFontTable::wxRichTextFontTable()
 {
     m_refData = new wxRichTextFontTableData;
-    m_refData->IncRef();
 }
 
 wxRichTextFontTable::wxRichTextFontTable(const wxRichTextFontTable& table)