git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39647
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
// we need a cast as wxFontMapper is not fully declared here and so the
// compiler can't know that it derives from wxFontMapperBase (but
// run-time behaviour will be correct because the dtor is virtual)
// we need a cast as wxFontMapper is not fully declared here and so the
// compiler can't know that it derives from wxFontMapperBase (but
// run-time behaviour will be correct because the dtor is virtual)
+ delete (wxFontMapperBase *)sm_instance;