git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@44757
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
wxObjectRefData* wxPen::CreateRefData() const
{
- return new wxFontRefData;
+ return new wxPenRefData;
}
wxObjectRefData* wxPen::CloneRefData(const wxObjectRefData* data) const
{
- return new wxFontRefData(*wx_static_cast(const wxPenRefData*, data));
+ return new wxPenRefData(*wx_static_cast(const wxPenRefData*, data));
}
void wxPen::SetColour(const wxColour& col)