Remove wxConfig object caching (m_config), which solves dangling pointer problem...
authorKevin Hock <hockkn@yahoo.com>
Thu, 29 Dec 2005 01:49:55 +0000 (01:49 +0000)
committerKevin Hock <hockkn@yahoo.com>
Thu, 29 Dec 2005 01:49:55 +0000 (01:49 +0000)
commit5bbca8b037a51d0cb8949fde9eed4eea253917d0
tree0758f55b9f9735cc5d0f2f1507702af3fd60fcdd
parent61e6a2ab5e3e1de051c3db492219627c368141f1
Remove wxConfig object caching (m_config), which solves dangling pointer problem if the global config object changes (and just makes things simpler)

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