Improve type safety by doing a runtime check to make sure the
authorDavid Elliott <dfe@tgwbd.org>
Sat, 26 Mar 2005 21:47:54 +0000 (21:47 +0000)
committerDavid Elliott <dfe@tgwbd.org>
Sat, 26 Mar 2005 21:47:54 +0000 (21:47 +0000)
commit2a12cc65c8a0d576654b2c24c60503564ae07712
treec42c35f782e252fe3342ef58bad5aa0576dd0595
parentb1baed854d64acb4aa3952335aba1160cf682a6a
Improve type safety by doing a runtime check to make sure the
wxFontMapper really is a wxFontMapper when GUI code asks for it.
Remove some incorrect comments and add some new ones.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33080 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
include/wx/fontmap.h
src/common/fmapbase.cpp
src/common/fontmap.cpp