Remove the wrong "std::" scope prefix before ceil() call.
authorVadim Zeitlin <vadim@wxwidgets.org>
Mon, 5 Mar 2012 13:00:51 +0000 (13:00 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Mon, 5 Mar 2012 13:00:51 +0000 (13:00 +0000)
commitc6907dcd4129ac374bf582860926fd0038f23f60
treeda022128a9d5b43d80fe05797bf7421c8f9bc3a7
parent637ea0080fe732692582c84e7bec9bed8e68541c
Remove the wrong "std::" scope prefix before ceil() call.

Fix compilation errors with VC6 (and possibly other compilers) introduced in
r70797 (see #13383): as we only include <math.h> and not <cmath> we don't
necessarily have std::ceil() available, only the extern "C" ceil(). Just use
the latter instead of the former.

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