Replace template function with template class to placate VC6.
authorVadim Zeitlin <vadim@wxwidgets.org>
Sun, 27 Feb 2011 14:01:36 +0000 (14:01 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sun, 27 Feb 2011 14:01:36 +0000 (14:01 +0000)
commitc21a9bda7aa6b18c0729076ce2910e05dab4b6b7
treef3049a5064f5050a4c9a67480c968baf62c62032
parent1a6e6d5475884bf48d96a32c727ac0252f361a91
Replace template function with template class to placate VC6.

VC6 has very poor support for template functions and in particular doesn't
understand explicitly choosing the type of the function to call so replace
template DoApplyToFont() function with FontModifier template class in
wxMarkupParserAttrOutput implementation.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@67073 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
include/wx/private/markupparserattr.h