there is no sqrt(int) in standard C++ (although glibc seems to provide it); select...
authorVadim Zeitlin <vadim@wxwidgets.org>
Wed, 12 Nov 2008 14:32:28 +0000 (14:32 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Wed, 12 Nov 2008 14:32:28 +0000 (14:32 +0000)
commitd31d30d791201146a5e224d3bf0f0cd909300bba
treeee4fb0ead489744e4609a2131377bcbcbee7927b
parent6286f3c8fc47e21bb2ab8cd48ecad5980f3320d3
there is no sqrt(int) in standard C++ (although glibc seems to provide it); select sqrt(double) explicitly to fix HP-UX compilation

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