fixing iOS builds with new SKDs

This commit is contained in:
Stefan Csomor
2018-09-22 17:30:37 +02:00
parent 6c1b2b23cf
commit e768046774
5 changed files with 21 additions and 9 deletions

View File

@@ -837,7 +837,7 @@ wxMacCoreGraphicsFontData::wxMacCoreGraphicsFontData(wxGraphicsRenderer* rendere
m_ctFont = wxCFRetain(font.OSXGetCTFont());
m_ctFontAttributes = wxCFRetain(font.OSXGetCTFontAttributes());
#if wxOSX_USE_IPHONE
m_uiFont = font.OSXGetUIFont();
m_uiFont = wxCFRetain(font.OSXGetUIFont());
#endif
}