]> git.saurik.com Git - wxWidgets.git/commit
Fix harmless MSVC warning about double to float conversion.
authorVadim Zeitlin <vadim@wxwidgets.org>
Fri, 13 Aug 2010 11:57:45 +0000 (11:57 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Fri, 13 Aug 2010 11:57:45 +0000 (11:57 +0000)
commit4082ff84e39923f5c4925d34ba02795c2cc5b1e5
treec897f6c0189c7b75a7d3d305af5364f65d4ec85c
parent2fe9180bfecca3c414b49d4014c6cdc852a68c12
Fix harmless MSVC warning about double to float conversion.

Make the constant double as well as it's compared with other doubles in the
code below.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@65292 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
src/ribbon/art_msw.cpp