]> git.saurik.com Git - wxWidgets.git/commit
Replace a template function with template class to fix VC6 build.
authorVadim Zeitlin <vadim@wxwidgets.org>
Mon, 12 Nov 2012 15:50:13 +0000 (15:50 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Mon, 12 Nov 2012 15:50:13 +0000 (15:50 +0000)
commitc7619cf139403771e602c1b26a104e7773a40932
tree772c6e36fd4d95a0e203d6a95e8b95a32d251ffa
parent484b442f3afe8f6d46d5be0f73150281c4062883
Replace a template function with template class to fix VC6 build.

VC6 doesn't like template methods, so use a helper template class instead,
hopefully this will finally allow it to compile the test suite again.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@72947 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
tests/graphics/measuring.cpp