use wxIsSameDouble() and wxIsNullDouble() for warning-less double comparison of doubles
authorVadim Zeitlin <vadim@wxwidgets.org>
Sun, 25 Sep 2005 23:27:27 +0000 (23:27 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sun, 25 Sep 2005 23:27:27 +0000 (23:27 +0000)
commitc77a67962c2f50a872491869fcf1a6c082fdc6c6
tree9872c08b073c858d14c5b77383c807329398735d
parentf1afd2e06658186113c6b7912f5679f9b635a5a0
use wxIsSameDouble() and wxIsNullDouble() for warning-less double comparison of doubles

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@35705 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
14 files changed:
include/wx/geometry.h
include/wx/matrix.h
src/common/dcbase.cpp
src/common/geometry.cpp
src/common/image.cpp
src/common/matrix.cpp
src/generic/dcpsg.cpp
src/generic/grid.cpp
src/gtk/dcclient.cpp
src/gtk/statbox.cpp
src/gtk/textctrl.cpp
src/gtk1/dcclient.cpp
src/gtk1/statbox.cpp
src/gtk1/textctrl.cpp